Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / themes / browser_theme_pack_unittest.cc
index 62797ce..18e3dc7 100644 (file)
@@ -469,8 +469,8 @@ TEST_F(BrowserThemePackTest, CanParsePaths) {
   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