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

Unified Diff: extensions/browser/extension_pref_store.cc

Issue 46853004: Move ExtensionPrefs and friends to extensions/ directory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync and update app_shell 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
« no previous file with comments | « extensions/browser/extension_pref_store.h ('k') | extensions/browser/extension_pref_value_map.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/extension_pref_store.cc
diff --git a/chrome/browser/extensions/extension_pref_store.cc b/extensions/browser/extension_pref_store.cc
similarity index 91%
rename from chrome/browser/extensions/extension_pref_store.cc
rename to extensions/browser/extension_pref_store.cc
index 281e0e1d363a0b91021a33c8ef7aa5e22c4db4bb..8c5e4286ae946067cb839c4fb5653207b73b9120 100644
--- a/chrome/browser/extensions/extension_pref_store.cc
+++ b/extensions/browser/extension_pref_store.cc
@@ -2,10 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/extensions/extension_pref_store.h"
+#include "extensions/browser/extension_pref_store.h"
#include "base/values.h"
-#include "chrome/browser/extensions/extension_pref_value_map.h"
+#include "extensions/browser/extension_pref_value_map.h"
ExtensionPrefStore::ExtensionPrefStore(
ExtensionPrefValueMap* extension_pref_value_map,
« no previous file with comments | « extensions/browser/extension_pref_store.h ('k') | extensions/browser/extension_pref_value_map.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698