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

Unified Diff: chrome/browser/ui/extensions/extension_install_ui_default.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/extensions/extension_install_ui_default.h
diff --git a/chrome/browser/extensions/extension_install_ui_default.h b/chrome/browser/ui/extensions/extension_install_ui_default.h
similarity index 86%
rename from chrome/browser/extensions/extension_install_ui_default.h
rename to chrome/browser/ui/extensions/extension_install_ui_default.h
index 5c719b934a434ce3a2e676008b197e8c4fc91e7a..a465d5d48ab212b1ae3c51f21ddc69df4207b9c3 100644
--- a/chrome/browser/extensions/extension_install_ui_default.h
+++ b/chrome/browser/ui/extensions/extension_install_ui_default.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_DEFAULT_H_
-#define CHROME_BROWSER_EXTENSIONS_EXTENSION_INSTALL_UI_DEFAULT_H_
+#ifndef CHROME_BROWSER_UI_EXTENSIONS_EXTENSION_INSTALL_UI_DEFAULT_H_
+#define CHROME_BROWSER_UI_EXTENSIONS_EXTENSION_INSTALL_UI_DEFAULT_H_
#include "chrome/browser/extensions/extension_install_ui.h"
@@ -42,4 +42,4 @@ class ExtensionInstallUIDefault : public ExtensionInstallUI {
DISALLOW_IMPLICIT_CONSTRUCTORS(ExtensionInstallUIDefault);
};
-#endif // CHROME_BROWSER_EXTENSIONS_EXTENSION_INSTALL_UI_DEFAULT_H_
+#endif // CHROME_BROWSER_UI_EXTENSIONS_EXTENSION_INSTALL_UI_DEFAULT_H_

Powered by Google App Engine
This is Rietveld 408576698