| Index: gpu/khronos_glcts_support/native/main.cc
|
| diff --git a/gpu/khronos_glcts_support/native/main.cc b/gpu/khronos_glcts_support/native/main.cc
|
| index 8ffde05215aba91a78af9a2345263fa1b9c6068b..62d9b117414edb0620730e9e08b7b34151325a8d 100644
|
| --- a/gpu/khronos_glcts_support/native/main.cc
|
| +++ b/gpu/khronos_glcts_support/native/main.cc
|
| @@ -43,7 +43,7 @@ void GTFMain(int argc, char* argv[]) {
|
|
|
| int main(int argc, char *argv[]) {
|
| base::AtExitManager at_exit;
|
| - CommandLine::Init(argc, argv);
|
| + base::CommandLine::Init(argc, argv);
|
| base::MessageLoopForUI message_loop;
|
|
|
| GTFMain(argc, argv);
|
|
|