| Index: extensions/browser/extension_warning_set.h
|
| diff --git a/chrome/browser/extensions/extension_warning_set.h b/extensions/browser/extension_warning_set.h
|
| similarity index 96%
|
| rename from chrome/browser/extensions/extension_warning_set.h
|
| rename to extensions/browser/extension_warning_set.h
|
| index 2d7d034709c4cd16072f70da215c82b44c37bc49..b404057f0f33f29e3e61c3c94c483d9771f7fbd7 100644
|
| --- a/chrome/browser/extensions/extension_warning_set.h
|
| +++ b/extensions/browser/extension_warning_set.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_WARNING_SET_H_
|
| -#define CHROME_BROWSER_EXTENSIONS_EXTENSION_WARNING_SET_H_
|
| +#ifndef EXTENSIONS_BROWSER_EXTENSION_WARNING_SET_H_
|
| +#define EXTENSIONS_BROWSER_EXTENSION_WARNING_SET_H_
|
|
|
| #include <set>
|
| #include <string>
|
| @@ -121,4 +121,4 @@ typedef std::set<ExtensionWarning> ExtensionWarningSet;
|
|
|
| } // namespace extensions
|
|
|
| -#endif // CHROME_BROWSER_EXTENSIONS_EXTENSION_WARNING_SET_H_
|
| +#endif // EXTENSIONS_BROWSER_EXTENSION_WARNING_SET_H_
|
|
|