Index: chrome/browser/extensions/api/storage/policy_value_store.h |
diff --git a/chrome/browser/extensions/settings/policy_value_store.h b/chrome/browser/extensions/api/storage/policy_value_store.h |
similarity index 90% |
rename from chrome/browser/extensions/settings/policy_value_store.h |
rename to chrome/browser/extensions/api/storage/policy_value_store.h |
index adf5129117a06a9772405fc577f3200851668024..ea4f4daeee7cf8b93f9b6c390d95ca95e1421cab 100644 |
--- a/chrome/browser/extensions/settings/policy_value_store.h |
+++ b/chrome/browser/extensions/api/storage/policy_value_store.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_SETTINGS_POLICY_VALUE_STORE_H_ |
-#define CHROME_BROWSER_EXTENSIONS_SETTINGS_POLICY_VALUE_STORE_H_ |
+#ifndef CHROME_BROWSER_EXTENSIONS_API_STORAGE_POLICY_VALUE_STORE_H_ |
+#define CHROME_BROWSER_EXTENSIONS_API_STORAGE_POLICY_VALUE_STORE_H_ |
#include <string> |
#include <vector> |
@@ -11,7 +11,7 @@ |
#include "base/compiler_specific.h" |
#include "base/memory/ref_counted.h" |
#include "base/memory/scoped_ptr.h" |
-#include "chrome/browser/extensions/settings/settings_observer.h" |
+#include "chrome/browser/extensions/api/storage/settings_observer.h" |
#include "chrome/browser/value_store/value_store.h" |
namespace policy { |
@@ -72,4 +72,4 @@ class PolicyValueStore : public ValueStore { |
} // namespace extensions |
-#endif // CHROME_BROWSER_EXTENSIONS_SETTINGS_POLICY_VALUE_STORE_H_ |
+#endif // CHROME_BROWSER_EXTENSIONS_API_STORAGE_POLICY_VALUE_STORE_H_ |