Index: chrome/browser/extensions/browser_tag_browsertest.cc |
diff --git a/chrome/browser/extensions/browser_tag_browsertest.cc b/chrome/browser/extensions/browser_tag_browsertest.cc |
index 0d848a38e016cc8e0505c10019c07a5046701945..e63769a2403e38c0f24e211b609c304bd2b1984b 100644 |
--- a/chrome/browser/extensions/browser_tag_browsertest.cc |
+++ b/chrome/browser/extensions/browser_tag_browsertest.cc |
@@ -13,10 +13,10 @@ |
#include "ui/compositor/compositor_setup.h" |
#include "ui/gl/gl_switches.h" |
-class BrowserTagTest : public PlatformAppBrowserTest { |
+class BrowserTagTest : public extensions::PlatformAppBrowserTest { |
protected: |
virtual void SetUpCommandLine(CommandLine* command_line) { |
- PlatformAppBrowserTest::SetUpCommandLine(command_line); |
+ extensions::PlatformAppBrowserTest::SetUpCommandLine(command_line); |
#if !defined(OS_MACOSX) |
CHECK(test_launcher_utils::OverrideGLImplementation( |
command_line, gfx::kGLImplementationOSMesaName)) << |