summaryrefslogtreecommitdiffstats
path: root/wear_ui.h
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2017-01-04 20:11:23 +0100
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-01-04 20:11:24 +0100
commit56fc8fa376cb65a499fb38deaccf8b4f6076b034 (patch)
treed681555270b43c08d360207b0acb98829554e864 /wear_ui.h
parentMerge "updater: Refactor parse_range()." (diff)
parentrecovery: Fix the broken UI text. (diff)
downloadandroid_bootable_recovery-56fc8fa376cb65a499fb38deaccf8b4f6076b034.tar
android_bootable_recovery-56fc8fa376cb65a499fb38deaccf8b4f6076b034.tar.gz
android_bootable_recovery-56fc8fa376cb65a499fb38deaccf8b4f6076b034.tar.bz2
android_bootable_recovery-56fc8fa376cb65a499fb38deaccf8b4f6076b034.tar.lz
android_bootable_recovery-56fc8fa376cb65a499fb38deaccf8b4f6076b034.tar.xz
android_bootable_recovery-56fc8fa376cb65a499fb38deaccf8b4f6076b034.tar.zst
android_bootable_recovery-56fc8fa376cb65a499fb38deaccf8b4f6076b034.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;