Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(338)

Unified Diff: extensions/browser/extension_icon_image.h

Issue 334053003: Moves extension_icon_image and image_loader to extensions/browser (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: include fail Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_
« no previous file with comments | « extensions/browser/component_extension_resource_manager.h ('k') | extensions/browser/extension_icon_image.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698