| Index: extensions/browser/extension_scoped_prefs.h
|
| diff --git a/chrome/browser/extensions/extension_scoped_prefs.h b/extensions/browser/extension_scoped_prefs.h
|
| similarity index 92%
|
| rename from chrome/browser/extensions/extension_scoped_prefs.h
|
| rename to extensions/browser/extension_scoped_prefs.h
|
| index 75b27cc2d52cab8c4c76ddbb5bdd2a1dbb80b0db..f302f43818074111724ba1589a2cf81fa33df0cd 100644
|
| --- a/chrome/browser/extensions/extension_scoped_prefs.h
|
| +++ b/extensions/browser/extension_scoped_prefs.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_EXTENSION_SCOPED_PREFS_H_
|
| -#define CHROME_BROWSER_EXTENSIONS_EXTENSION_SCOPED_PREFS_H_
|
| +#ifndef EXTENSIONS_BROWSER_EXTENSION_SCOPED_PREFS_H_
|
| +#define EXTENSIONS_BROWSER_EXTENSION_SCOPED_PREFS_H_
|
|
|
| namespace extensions {
|
|
|
| @@ -53,4 +53,4 @@ class ExtensionScopedPrefs {
|
|
|
| } // namespace extensions
|
|
|
| -#endif // CHROME_BROWSER_EXTENSIONS_EXTENSION_SCOPED_PREFS_H_
|
| +#endif // EXTENSIONS_BROWSER_EXTENSION_SCOPED_PREFS_H_
|
|
|