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

Unified Diff: athena/test/chrome/athena_browsertest.h

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/test/chrome/athena_browsertest.h
diff --git a/athena/test/chrome/athena_browsertest.h b/athena/test/chrome/athena_browsertest.h
index 93dad63b7c5258d07c22c7d191125a455dd842b9..85917e1e5175cb99301d43d20db78f5b48a9cde3 100644
--- a/athena/test/chrome/athena_browsertest.h
+++ b/athena/test/chrome/athena_browsertest.h
@@ -7,6 +7,10 @@
#include "chrome/test/base/in_process_browser_test.h"
+namespace base {
+class CommandLine;
+}
+
namespace athena {
// Base class for athena tests which allows to use WebActivities.
@@ -20,6 +24,7 @@ class AthenaBrowserTest : public InProcessBrowserTest {
protected:
// BrowserTestBase:
+ void SetUpCommandLine(base::CommandLine* command_line) override;
void SetUpOnMainThread() override;
private:

Powered by Google App Engine
This is Rietveld 408576698