summaryrefslogtreecommitdiffstats
path: root/content/common/gpu/client/gl_helper_benchmark.cc
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-08-11 20:32:09 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-08-11 20:32:09 +0000
commit42cf7cbe78b0bb4f755f5b6e51e2ef229f3586ec (patch)
tree6d2187b16e3674b8b219cf164429b5ceb3e54010 /content/common/gpu/client/gl_helper_benchmark.cc
parente795ab6b7d7630292c1671ca615def7e5d3649eb (diff)
downloadchromium_src-42cf7cbe78b0bb4f755f5b6e51e2ef229f3586ec.zip
chromium_src-42cf7cbe78b0bb4f755f5b6e51e2ef229f3586ec.tar.gz
chromium_src-42cf7cbe78b0bb4f755f5b6e51e2ef229f3586ec.tar.bz2
Add base:: qualification to some COmmandLine references in content.
TBR=sky Review URL: https://codereview.chromium.org/456513002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288787 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/common/gpu/client/gl_helper_benchmark.cc')
-rw-r--r--content/common/gpu/client/gl_helper_benchmark.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/common/gpu/client/gl_helper_benchmark.cc b/content/common/gpu/client/gl_helper_benchmark.cc
index fc41fed..225db42 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;