| 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
|
|
|