| Index: extensions/browser/api/storage/weak_unlimited_settings_storage.h
|
| diff --git a/chrome/browser/extensions/api/storage/weak_unlimited_settings_storage.h b/extensions/browser/api/storage/weak_unlimited_settings_storage.h
|
| similarity index 87%
|
| rename from chrome/browser/extensions/api/storage/weak_unlimited_settings_storage.h
|
| rename to extensions/browser/api/storage/weak_unlimited_settings_storage.h
|
| index f9bf4bcb4929a95c3ba7b5f91493c5cc18e28ef9..31cb0ab47d53a7873d57771e78b2e110cbb2a266 100644
|
| --- a/chrome/browser/extensions/api/storage/weak_unlimited_settings_storage.h
|
| +++ b/extensions/browser/api/storage/weak_unlimited_settings_storage.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_WEAK_UNLIMITED_SETTINGS_STORAGE_H_
|
| -#define CHROME_BROWSER_EXTENSIONS_API_STORAGE_WEAK_UNLIMITED_SETTINGS_STORAGE_H_
|
| +#ifndef EXTENSIONS_BROWSER_API_STORAGE_WEAK_UNLIMITED_SETTINGS_STORAGE_H_
|
| +#define EXTENSIONS_BROWSER_API_STORAGE_WEAK_UNLIMITED_SETTINGS_STORAGE_H_
|
|
|
| #include "base/compiler_specific.h"
|
| #include "extensions/browser/value_store/value_store.h"
|
| @@ -48,4 +48,4 @@ class WeakUnlimitedSettingsStorage : public ValueStore {
|
|
|
| } // namespace extensions
|
|
|
| -#endif // CHROME_BROWSER_EXTENSIONS_API_STORAGE_WEAK_UNLIMITED_SETTINGS_STORAGE_H_
|
| +#endif // EXTENSIONS_BROWSER_API_STORAGE_WEAK_UNLIMITED_SETTINGS_STORAGE_H_
|
|
|