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

Unified Diff: content/browser/site_per_process_browsertest.cc

Issue 803813003: Make callers of CommandLine use it via the base:: namespace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « content/browser/service_worker/service_worker_version.cc ('k') | content/browser/theme_helper_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/site_per_process_browsertest.cc
diff --git a/content/browser/site_per_process_browsertest.cc b/content/browser/site_per_process_browsertest.cc
index df82dad484340bfde442d91eb36a2d1f79a94132..e0173d76407470044763a0ed9fad8f1e5ab4b310 100644
--- a/content/browser/site_per_process_browsertest.cc
+++ b/content/browser/site_per_process_browsertest.cc
@@ -240,7 +240,8 @@ bool SitePerProcessBrowserTest::NavigateIframeToURL(Shell* window,
return true;
}
-void SitePerProcessBrowserTest::SetUpCommandLine(CommandLine* command_line) {
+void SitePerProcessBrowserTest::SetUpCommandLine(
+ base::CommandLine* command_line) {
command_line->AppendSwitch(switches::kSitePerProcess);
};
« no previous file with comments | « content/browser/service_worker/service_worker_version.cc ('k') | content/browser/theme_helper_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698