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

Unified Diff: extensions/shell/browser/shell_extension_system.h

Issue 412713002: Move apps/shell to extensions/shell. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 40% Created 6 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
Index: extensions/shell/browser/shell_extension_system.h
diff --git a/apps/shell/browser/shell_extension_system.h b/extensions/shell/browser/shell_extension_system.h
similarity index 92%
rename from apps/shell/browser/shell_extension_system.h
rename to extensions/shell/browser/shell_extension_system.h
index c451eddda583f1d81b20590f8a4b957f36bc54ab..1568bd10fe3a1ddb9a5ef1a2680e205a9f39acbc 100644
--- a/apps/shell/browser/shell_extension_system.h
+++ b/extensions/shell/browser/shell_extension_system.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 APPS_SHELL_BROWSER_SHELL_EXTENSION_SYSTEM_H_
-#define APPS_SHELL_BROWSER_SHELL_EXTENSION_SYSTEM_H_
+#ifndef EXTENSIONS_SHELL_BROWSER_SHELL_EXTENSION_SYSTEM_H_
+#define EXTENSIONS_SHELL_BROWSER_SHELL_EXTENSION_SYSTEM_H_
#include <vector>
@@ -57,8 +57,7 @@ class ShellExtensionSystem : public ExtensionSystem {
virtual StateStore* state_store() OVERRIDE;
virtual StateStore* rules_store() OVERRIDE;
virtual InfoMap* info_map() OVERRIDE;
- virtual LazyBackgroundTaskQueue* lazy_background_task_queue()
- OVERRIDE;
+ virtual LazyBackgroundTaskQueue* lazy_background_task_queue() OVERRIDE;
virtual EventRouter* event_router() OVERRIDE;
virtual ExtensionWarningService* warning_service() OVERRIDE;
virtual Blacklist* blacklist() OVERRIDE;
@@ -100,4 +99,4 @@ class ShellExtensionSystem : public ExtensionSystem {
} // namespace extensions
-#endif // APPS_SHELL_BROWSER_SHELL_EXTENSION_SYSTEM_H_
+#endif // EXTENSIONS_SHELL_BROWSER_SHELL_EXTENSION_SYSTEM_H_
« no previous file with comments | « extensions/shell/browser/shell_desktop_controller.cc ('k') | extensions/shell/browser/shell_extension_system.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698