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

Unified Diff: chrome/browser/apps/app_browsertest_util.h

Issue 196413016: Move CommandLine to base namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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
« no previous file with comments | « chrome/browser/about_flags.h ('k') | chrome/browser/background/background_contents_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/apps/app_browsertest_util.h
diff --git a/chrome/browser/apps/app_browsertest_util.h b/chrome/browser/apps/app_browsertest_util.h
index 6c1c3c8c44a9c8d456eb32de34ce51f99d04857d..6dc8da8fb70cbcb5d5fcdb0881b017361a5a9a65 100644
--- a/chrome/browser/apps/app_browsertest_util.h
+++ b/chrome/browser/apps/app_browsertest_util.h
@@ -9,12 +9,15 @@
#include "chrome/browser/extensions/extension_apitest.h"
#include "content/public/common/page_transition_types.h"
+namespace base {
+class CommandLine;
+}
+
namespace content {
class WebContents;
}
class Browser;
-class CommandLine;
namespace extensions {
class Extension;
@@ -23,7 +26,7 @@ class PlatformAppBrowserTest : public ExtensionApiTest {
public:
PlatformAppBrowserTest();
- virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE;
+ virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE;
// Gets the first app window that is found for a given browser.
static apps::AppWindow* GetFirstAppWindowForBrowser(Browser* browser);
@@ -107,7 +110,7 @@ class PlatformAppBrowserTest : public ExtensionApiTest {
class ExperimentalPlatformAppBrowserTest : public PlatformAppBrowserTest {
public:
- virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE;
+ virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE;
};
} // namespace extensions
« no previous file with comments | « chrome/browser/about_flags.h ('k') | chrome/browser/background/background_contents_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698