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

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

Issue 12095052: Move app_launcher.* out of chrome/browser/extensions and into apps/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Beserk Q. More rebase Created 7 years, 10 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
Index: chrome/browser/ui/android/extensions/extension_install_ui_android.h
diff --git a/chrome/browser/extensions/extension_install_ui_android.h b/chrome/browser/ui/android/extensions/extension_install_ui_android.h
similarity index 76%
rename from chrome/browser/extensions/extension_install_ui_android.h
rename to chrome/browser/ui/android/extensions/extension_install_ui_android.h
index 84bfa24ae370dfd75920df9b8ecfd9e6c37f84fc..96d79dd45c3ed13ca76bea6ce1a8f791e39e8401 100644
--- a/chrome/browser/extensions/extension_install_ui_android.h
+++ b/chrome/browser/ui/android/extensions/extension_install_ui_android.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_EXTENSIONS_EXTENSION_INSTALL_UI_ANDROID_H_
-#define CHROME_BROWSER_EXTENSIONS_EXTENSION_INSTALL_UI_ANDROID_H_
+#ifndef CHROME_BROWSER_UI_ANDROID_EXTENSIONS_EXTENSION_INSTALL_UI_ANDROID_H_
+#define CHROME_BROWSER_UI_ANDROID_EXTENSIONS_EXTENSION_INSTALL_UI_ANDROID_H_
#include "chrome/browser/extensions/extension_install_ui.h"
@@ -23,4 +23,4 @@ class ExtensionInstallUIAndroid : public ExtensionInstallUI {
DISALLOW_COPY_AND_ASSIGN(ExtensionInstallUIAndroid);
};
-#endif // CHROME_BROWSER_EXTENSIONS_EXTENSION_INSTALL_UI_ANDROID_H_
+#endif // CHROME_BROWSER_UI_ANDROID_EXTENSIONS_EXTENSION_INSTALL_UI_ANDROID_H_
« no previous file with comments | « chrome/browser/prefs/browser_prefs.cc ('k') | chrome/browser/ui/android/extensions/extension_install_ui_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698