Index: content/browser/site_per_process_browsertest.h |
diff --git a/content/browser/site_per_process_browsertest.h b/content/browser/site_per_process_browsertest.h |
index c059d01623dfb27f72bf454d35a40872d5163411..19dfc01c598e1eee13bafd688968c930835f25e1 100644 |
--- a/content/browser/site_per_process_browsertest.h |
+++ b/content/browser/site_per_process_browsertest.h |
@@ -23,8 +23,8 @@ class SitePerProcessBrowserTest : public ContentBrowserTest { |
const GURL& url, |
std::string iframe_id); |
- virtual void SetUpCommandLine(base::CommandLine* command_line) override; |
- virtual void SetUpOnMainThread() override; |
+ void SetUpCommandLine(base::CommandLine* command_line) override; |
+ void SetUpOnMainThread() override; |
}; |
} // namespace content |