| Index: extensions/browser/extension_icon_image.h
|
| diff --git a/chrome/browser/extensions/extension_icon_image.h b/extensions/browser/extension_icon_image.h
|
| similarity index 95%
|
| rename from chrome/browser/extensions/extension_icon_image.h
|
| rename to extensions/browser/extension_icon_image.h
|
| index 53978959da2132db9cecac80c15af818feff4237..70caf2b22f8a9697b6c7c1b4c2744c1709cd52cf 100644
|
| --- a/chrome/browser/extensions/extension_icon_image.h
|
| +++ b/extensions/browser/extension_icon_image.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_ICON_IMAGE_H_
|
| -#define CHROME_BROWSER_EXTENSIONS_EXTENSION_ICON_IMAGE_H_
|
| +#ifndef EXTENSIONS_BROWSER_EXTENSION_ICON_IMAGE_H_
|
| +#define EXTENSIONS_BROWSER_EXTENSION_ICON_IMAGE_H_
|
|
|
| #include <map>
|
| #include <string>
|
| @@ -113,4 +113,4 @@ class IconImage : public content::NotificationObserver {
|
|
|
| } // namespace extensions
|
|
|
| -#endif // CHROME_BROWSER_EXTENSIONS_EXTENSION_ICON_IMAGE_H_
|
| +#endif // EXTENSIONS_BROWSER_EXTENSION_ICON_IMAGE_H_
|
|
|