Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(127)

Unified Diff: gpu/khronos_glcts_support/native/main.cc

Issue 817653003: Update from https://crrev.com/309717 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
« no previous file with comments | « gpu/khronos_glcts_support/khronos_glcts_test.cc ('k') | gpu/tools/compositor_model_bench/compositor_model_bench.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698