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

Unified Diff: chrome/browser/task_manager_resource_providers.cc

Issue 915002: Create a toplevel gfx/ dir and seed it with icon_util.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 9 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/jumplist.cc ('k') | chrome/browser/views/frame/glass_browser_frame_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/task_manager_resource_providers.cc
===================================================================
--- chrome/browser/task_manager_resource_providers.cc (revision 41521)
+++ chrome/browser/task_manager_resource_providers.cc (working copy)
@@ -6,13 +6,6 @@
#include "build/build_config.h"
-#if defined(OS_WIN)
-#include <atlbase.h>
-#endif // defined(OS_WIN)
-
-#if defined(OS_WIN)
-#include "app/gfx/icon_util.h"
-#endif // defined(OS_WIN)
#include "app/l10n_util.h"
#include "app/resource_bundle.h"
#include "base/basictypes.h"
@@ -44,6 +37,10 @@
#if defined(OS_MACOSX)
#include "skia/ext/skia_utils_mac.h"
#endif
+#if defined(OS_WIN)
+#include <atlbase.h>
+#include "gfx/icon_util.h"
+#endif // defined(OS_WIN)
////////////////////////////////////////////////////////////////////////////////
// TaskManagerTabContentsResource class
« no previous file with comments | « chrome/browser/jumplist.cc ('k') | chrome/browser/views/frame/glass_browser_frame_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698