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

Unified Diff: chrome/browser/themes/browser_theme_pack_unittest.cc

Issue 136643006: Clean up some ifdefs around Win Aura. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 6 years, 11 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: chrome/browser/themes/browser_theme_pack_unittest.cc
===================================================================
--- chrome/browser/themes/browser_theme_pack_unittest.cc (revision 248569)
+++ chrome/browser/themes/browser_theme_pack_unittest.cc (working copy)
@@ -469,8 +469,8 @@
ParseImageNamesJSON(path_json, &out_file_paths);
size_t expected_file_paths = 2u;
-#if defined(OS_WIN) && defined(USE_AURA)
- // On Windows AURA additional theme paths are generated to map to the special
+#if defined(OS_WIN)
+ // On Windows additional theme paths are generated to map to the special
// resource ids like IDR_THEME_FRAME_WIN, etc
expected_file_paths = 3u;
#endif
« no previous file with comments | « chrome/browser/themes/browser_theme_pack.cc ('k') | chrome/browser/ui/find_bar/find_bar_host_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698