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

Unified Diff: apps/shell/shell_extension_system.h

Issue 147923005: Split ExtensionSystem interface from ExtensionSystemImpl implementation, part 1. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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: apps/shell/shell_extension_system.h
diff --git a/apps/shell/shell_extension_system.h b/apps/shell/shell_extension_system.h
index 2ed83e54c550643bbb7d37114acdaba4c727b663..35ca1e33e69b972cefb10c6503a98cc69ac7798f 100644
--- a/apps/shell/shell_extension_system.h
+++ b/apps/shell/shell_extension_system.h
@@ -6,7 +6,7 @@
#define APPS_SHELL_SHELL_EXTENSION_SYSTEM_H_
#include "base/compiler_specific.h"
-#include "chrome/browser/extensions/extension_system.h"
+#include "extensions/browser/extension_system.h"
#include "extensions/common/one_shot_event.h"
namespace base {

Powered by Google App Engine
This is Rietveld 408576698