Index: chrome/browser/win/app_icon.h |
diff --git a/chrome/browser/app_icon_win.h b/chrome/browser/win/app_icon.h |
similarity index 82% |
rename from chrome/browser/app_icon_win.h |
rename to chrome/browser/win/app_icon.h |
index 9be98c57dd62be39028b370365f3fa2e7d635bf0..f1df42344741f4e2ad49477a08574caa8c4ec410 100644 |
--- a/chrome/browser/app_icon_win.h |
+++ b/chrome/browser/win/app_icon.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_APP_ICON_WIN_H_ |
-#define CHROME_BROWSER_APP_ICON_WIN_H_ |
+#ifndef CHROME_BROWSER_WIN_APP_ICON_H_ |
+#define CHROME_BROWSER_WIN_APP_ICON_H_ |
#include <windows.h> |
@@ -26,4 +26,4 @@ gfx::Size GetSmallAppIconSize(); |
// the different sizes of the icon as an ImageFamily. |
std::unique_ptr<gfx::ImageFamily> GetAppIconImageFamily(); |
-#endif // CHROME_BROWSER_APP_ICON_WIN_H_ |
+#endif // CHROME_BROWSER_WIN_APP_ICON_H_ |