Index: content/common/gpu/client/gl_helper_benchmark.cc |
diff --git a/content/common/gpu/client/gl_helper_benchmark.cc b/content/common/gpu/client/gl_helper_benchmark.cc |
index fc41fedd5ba79fee21673b40d4b1a2db6c9f6ca5..225db426534878ef26df372251d09a3bc38851c5 100644 |
--- a/content/common/gpu/client/gl_helper_benchmark.cc |
+++ b/content/common/gpu/client/gl_helper_benchmark.cc |
@@ -296,7 +296,7 @@ TEST_F(GLHelperTest, DISABLED_ScaleTestImage) { |
// These tests needs to run against a proper GL environment, so we |
// need to set it up before we can run the tests. |
int main(int argc, char** argv) { |
- CommandLine::Init(argc, argv); |
+ base::CommandLine::Init(argc, argv); |
base::TestSuite* suite = new content::ContentTestSuite(argc, argv); |
#if defined(OS_MACOSX) |
base::mac::ScopedNSAutoreleasePool pool; |