Index: chrome/test/gpu/webgl_infobar_browsertest.cc |
=================================================================== |
--- chrome/test/gpu/webgl_infobar_browsertest.cc (revision 202179) |
+++ chrome/test/gpu/webgl_infobar_browsertest.cc (working copy) |
@@ -24,7 +24,7 @@ |
#include "content/public/common/content_paths.h" |
#include "content/public/common/page_transition_types.h" |
#include "content/public/test/browser_test_utils.h" |
-#include "content/test/gpu/gpu_test_config.h" |
+#include "gpu/config/gpu_test_config.h" |
#include "testing/gtest/include/gtest/gtest.h" |
#include "ui/gl/gl_implementation.h" |
@@ -66,7 +66,7 @@ |
}; |
IN_PROC_BROWSER_TEST_F(WebGLInfobarTest, ContextLossRaisesInfobar) { |
- if (GPUTestBotConfig::CurrentConfigMatches("XP")) |
+ if (gpu::GPUTestBotConfig::CurrentConfigMatches("XP")) |
return; |
// Load page and wait for it to load. |
@@ -91,7 +91,7 @@ |
} |
IN_PROC_BROWSER_TEST_F(WebGLInfobarTest, ContextLossInfobarReload) { |
- if (GPUTestBotConfig::CurrentConfigMatches("XP")) |
+ if (gpu::GPUTestBotConfig::CurrentConfigMatches("XP")) |
return; |
content::DOMMessageQueue message_queue; |