OLD | NEW |
1 // Copyright 2013 The Chromium Authors. All rights reserved. | 1 // Copyright 2013 The Chromium Authors. All rights reserved. |
2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
4 | 4 |
5 #ifndef CHROME_BROWSER_APPS_APP_BROWSERTEST_UTIL_H_ | 5 #ifndef CHROME_BROWSER_APPS_APP_BROWSERTEST_UTIL_H_ |
6 #define CHROME_BROWSER_APPS_APP_BROWSERTEST_UTIL_H_ | 6 #define CHROME_BROWSER_APPS_APP_BROWSERTEST_UTIL_H_ |
7 | 7 |
8 #include "chrome/browser/extensions/extension_apitest.h" | 8 #include "chrome/browser/extensions/extension_apitest.h" |
9 #include "content/public/common/page_transition_types.h" | |
10 #include "extensions/browser/app_window/app_window.h" | 9 #include "extensions/browser/app_window/app_window.h" |
11 | 10 |
12 namespace base { | 11 namespace base { |
13 class CommandLine; | 12 class CommandLine; |
14 } | 13 } |
15 | 14 |
16 namespace content { | 15 namespace content { |
17 class WebContents; | 16 class WebContents; |
18 } | 17 } |
19 | 18 |
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
118 }; | 117 }; |
119 | 118 |
120 class ExperimentalPlatformAppBrowserTest : public PlatformAppBrowserTest { | 119 class ExperimentalPlatformAppBrowserTest : public PlatformAppBrowserTest { |
121 public: | 120 public: |
122 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE; | 121 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE; |
123 }; | 122 }; |
124 | 123 |
125 } // namespace extensions | 124 } // namespace extensions |
126 | 125 |
127 #endif // CHROME_BROWSER_APPS_APP_BROWSERTEST_UTIL_H_ | 126 #endif // CHROME_BROWSER_APPS_APP_BROWSERTEST_UTIL_H_ |
OLD | NEW |