| 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 43625a0b28ef0b86561ffd5e5c7ce4c7659cf9dc..c059d01623dfb27f72bf454d35a40872d5163411 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;
|
| + virtual void SetUpCommandLine(base::CommandLine* command_line) override;
|
| + virtual void SetUpOnMainThread() override;
|
| };
|
|
|
| } // namespace content
|
|
|