summaryrefslogtreecommitdiffstats
path: root/wear_ui.h
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2017-01-04 20:17:47 +0100
committerandroid-build-merger <android-build-merger@google.com>2017-01-04 20:17:47 +0100
commit1227f6b841a52aba4032951af389ab4df197d95e (patch)
treed681555270b43c08d360207b0acb98829554e864 /wear_ui.h
parentMerge "updater: Refactor parse_range()." (diff)
parentMerge "recovery: Fix the broken UI text." (diff)
downloadandroid_bootable_recovery-1227f6b841a52aba4032951af389ab4df197d95e.tar
android_bootable_recovery-1227f6b841a52aba4032951af389ab4df197d95e.tar.gz
android_bootable_recovery-1227f6b841a52aba4032951af389ab4df197d95e.tar.bz2
android_bootable_recovery-1227f6b841a52aba4032951af389ab4df197d95e.tar.lz
android_bootable_recovery-1227f6b841a52aba4032951af389ab4df197d95e.tar.xz
android_bootable_recovery-1227f6b841a52aba4032951af389ab4df197d95e.tar.zst
android_bootable_recovery-1227f6b841a52aba4032951af389ab4df197d95e.zip
Diffstat (limited to 'wear_ui.h')
-rw-r--r--wear_ui.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/wear_ui.h b/wear_ui.h
index 5ac6f49dd..4cd852f21 100644
--- a/wear_ui.h
+++ b/wear_ui.h
@@ -19,11 +19,13 @@
#include "screen_ui.h"
+#include <string>
+
class WearRecoveryUI : public ScreenRecoveryUI {
public:
WearRecoveryUI();
- bool Init() override;
+ bool Init(const std::string& locale) override;
void SetStage(int current, int max) override;