Index: chrome/browser/extensions/api/storage/syncable_settings_storage.h |
diff --git a/chrome/browser/extensions/settings/syncable_settings_storage.h b/chrome/browser/extensions/api/storage/syncable_settings_storage.h |
similarity index 91% |
rename from chrome/browser/extensions/settings/syncable_settings_storage.h |
rename to chrome/browser/extensions/api/storage/syncable_settings_storage.h |
index 993a22685454a4cc07d67b67b5ebae5a9b8666af..ec57f83ced6e534c01dd38c533f61ffa203d788d 100644 |
--- a/chrome/browser/extensions/settings/syncable_settings_storage.h |
+++ b/chrome/browser/extensions/api/storage/syncable_settings_storage.h |
@@ -2,16 +2,16 @@ |
// 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_SYNCABLE_SETTINGS_STORAGE_H_ |
-#define CHROME_BROWSER_EXTENSIONS_SETTINGS_SYNCABLE_SETTINGS_STORAGE_H_ |
+#ifndef CHROME_BROWSER_EXTENSIONS_API_STORAGE_SYNCABLE_SETTINGS_STORAGE_H_ |
+#define CHROME_BROWSER_EXTENSIONS_API_STORAGE_SYNCABLE_SETTINGS_STORAGE_H_ |
#include "base/compiler_specific.h" |
#include "base/memory/ref_counted.h" |
#include "base/memory/scoped_ptr.h" |
#include "base/observer_list_threadsafe.h" |
#include "base/values.h" |
-#include "chrome/browser/extensions/settings/setting_sync_data.h" |
-#include "chrome/browser/extensions/settings/settings_observer.h" |
+#include "chrome/browser/extensions/api/storage/setting_sync_data.h" |
+#include "chrome/browser/extensions/api/storage/settings_observer.h" |
#include "chrome/browser/value_store/value_store.h" |
#include "sync/api/sync_change.h" |
#include "sync/api/syncable_service.h" |
@@ -108,4 +108,4 @@ class SyncableSettingsStorage : public ValueStore { |
} // namespace extensions |
-#endif // CHROME_BROWSER_EXTENSIONS_SETTINGS_SYNCABLE_SETTINGS_STORAGE_H_ |
+#endif // CHROME_BROWSER_EXTENSIONS_API_STORAGE_SYNCABLE_SETTINGS_STORAGE_H_ |