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); |
}; |