summaryrefslogtreecommitdiffstats
path: root/content/browser/site_per_process_browsertest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/site_per_process_browsertest.cc')
-rw-r--r--content/browser/site_per_process_browsertest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/site_per_process_browsertest.cc b/content/browser/site_per_process_browsertest.cc
index 99ce0c94..d4af058 100644
--- a/content/browser/site_per_process_browsertest.cc
+++ b/content/browser/site_per_process_browsertest.cc
@@ -157,7 +157,7 @@ class SitePerProcessBrowserTest : public ContentBrowserTest {
return result;
}
- void SetUpCommandLine(CommandLine* command_line) {
+ virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
command_line->AppendSwitch(switches::kSitePerProcess);
}
};