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

Unified Diff: athena/content/content_proxy_browsertest.cc

Issue 677233002: Fixing trybot failure (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months 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: athena/content/content_proxy_browsertest.cc
diff --git a/athena/content/content_proxy_browsertest.cc b/athena/content/content_proxy_browsertest.cc
index 210ee6d43c03dd95491ce1eab2e34df0f33288dd..c9628378a872577af00f878cb196b9c7621ca3f2 100644
--- a/athena/content/content_proxy_browsertest.cc
+++ b/athena/content/content_proxy_browsertest.cc
@@ -28,7 +28,7 @@ class ContentProxyBrowserTest : public AthenaBrowserTest {
~ContentProxyBrowserTest() override {}
// AthenaBrowserTest:
- void SetUpCommandLine(CommandLine* command_line) override {
+ void SetUpCommandLine(base::CommandLine* command_line) override {
// Make sure that we draw the output - it's required for this test.
command_line->AppendSwitch(switches::kEnablePixelOutputInTests);
AthenaBrowserTest::SetUpCommandLine(command_line);
« no previous file with comments | « no previous file | athena/test/chrome/athena_app_browsertest.h » ('j') | athena/test/chrome/athena_app_browsertest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698