Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(584)

Unified Diff: chrome/browser/extensions/extension_install_ui_android.h

Issue 10843029: Fix some clang errors on Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed indent Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/test/test_support_android.cc ('k') | chrome/browser/extensions/extension_processes_api.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/extension_install_ui_android.h
diff --git a/chrome/browser/extensions/extension_install_ui_android.h b/chrome/browser/extensions/extension_install_ui_android.h
index b2e0d9ee65e8a83813fff71250cd362e398f28cd..84bfa24ae370dfd75920df9b8ecfd9e6c37f84fc 100644
--- a/chrome/browser/extensions/extension_install_ui_android.h
+++ b/chrome/browser/extensions/extension_install_ui_android.h
@@ -14,9 +14,10 @@ class ExtensionInstallUIAndroid : public ExtensionInstallUI {
// ExtensionInstallUI implementation:
virtual void OnInstallSuccess(const extensions::Extension* extension,
- SkBitmap* icon);
- virtual void OnInstallFailure(const extensions::CrxInstallerError& error);
- virtual void SetSkipPostInstallUI(bool skip_ui);
+ SkBitmap* icon) OVERRIDE;
+ virtual void OnInstallFailure(
+ const extensions::CrxInstallerError& error) OVERRIDE;
+ virtual void SetSkipPostInstallUI(bool skip_ui) OVERRIDE;
private:
DISALLOW_COPY_AND_ASSIGN(ExtensionInstallUIAndroid);
« no previous file with comments | « base/test/test_support_android.cc ('k') | chrome/browser/extensions/extension_processes_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698