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

Unified Diff: chrome/browser/win/app_icon.h

Issue 2098713003: Moved a bunch of win-specific files to the new win folder in chrome/browser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 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
« no previous file with comments | « chrome/browser/win/OWNERS ('k') | chrome/browser/win/app_icon.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « chrome/browser/win/OWNERS ('k') | chrome/browser/win/app_icon.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698