| Index: extensions/browser/api/storage/settings_storage_factory.h
|
| diff --git a/chrome/browser/extensions/api/storage/settings_storage_factory.h b/extensions/browser/api/storage/settings_storage_factory.h
|
| similarity index 85%
|
| rename from chrome/browser/extensions/api/storage/settings_storage_factory.h
|
| rename to extensions/browser/api/storage/settings_storage_factory.h
|
| index 86c8b8bdb09588ba463ba58963b2246690ef07f0..d28c7599584e5c420e8347e8101082d3abf062ec 100644
|
| --- a/chrome/browser/extensions/api/storage/settings_storage_factory.h
|
| +++ b/extensions/browser/api/storage/settings_storage_factory.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_API_STORAGE_SETTINGS_STORAGE_FACTORY_H_
|
| -#define CHROME_BROWSER_EXTENSIONS_API_STORAGE_SETTINGS_STORAGE_FACTORY_H_
|
| +#ifndef EXTENSIONS_BROWSER_API_STORAGE_SETTINGS_STORAGE_FACTORY_H_
|
| +#define EXTENSIONS_BROWSER_API_STORAGE_SETTINGS_STORAGE_FACTORY_H_
|
|
|
| #include <string>
|
|
|
| @@ -39,4 +39,4 @@ class SettingsStorageFactory
|
|
|
| } // namespace extensions
|
|
|
| -#endif // CHROME_BROWSER_EXTENSIONS_API_STORAGE_SETTINGS_STORAGE_FACTORY_H_
|
| +#endif // EXTENSIONS_BROWSER_API_STORAGE_SETTINGS_STORAGE_FACTORY_H_
|
|
|