| 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:
|
|
|