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

Unified Diff: chrome/browser/apps/app_url_redirector_browsertest.cc

Issue 819133004: Make callers of CommandLine use it via the base:: namespace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix Created 6 years 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: chrome/browser/apps/app_url_redirector_browsertest.cc
diff --git a/chrome/browser/apps/app_url_redirector_browsertest.cc b/chrome/browser/apps/app_url_redirector_browsertest.cc
index 4d9b24306737229d0bc3725df65ab085629daffd..43721da30d3465734db44afc611768c01d8e0ffd 100644
--- a/chrome/browser/apps/app_url_redirector_browsertest.cc
+++ b/chrome/browser/apps/app_url_redirector_browsertest.cc
@@ -20,7 +20,7 @@ namespace extensions {
class PlatformAppUrlRedirectorBrowserTest : public PlatformAppBrowserTest {
public:
- void SetUpCommandLine(CommandLine* command_line) override;
+ void SetUpCommandLine(base::CommandLine* command_line) override;
protected:
// Performs the following sequence:
@@ -112,9 +112,8 @@ class PlatformAppUrlRedirectorBrowserTest : public PlatformAppBrowserTest {
const char* handler);
};
-
void PlatformAppUrlRedirectorBrowserTest::SetUpCommandLine(
- CommandLine* command_line) {
+ base::CommandLine* command_line) {
PlatformAppBrowserTest::SetUpCommandLine(command_line);
command_line->AppendSwitch(::switches::kDisablePopupBlocking);
command_line->AppendSwitchASCII(::switches::kPrerenderMode,
« no previous file with comments | « chrome/browser/apps/app_shim/app_shim_quit_interactive_uitest_mac.mm ('k') | chrome/browser/apps/ephemeral_app_launcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698