| Index: chrome/browser/extensions/active_script_controller_unittest.cc
|
| diff --git a/chrome/browser/extensions/active_script_controller_unittest.cc b/chrome/browser/extensions/active_script_controller_unittest.cc
|
| index 20acc0de48ec388726b6ae47b1df1e4e0dfe5fbc..ed6ed81c93a3c19b414016378cd4f57be0f7cf19 100644
|
| --- a/chrome/browser/extensions/active_script_controller_unittest.cc
|
| +++ b/chrome/browser/extensions/active_script_controller_unittest.cc
|
| @@ -71,7 +71,7 @@ class ActiveScriptControllerUnitTest : public ChromeRenderViewHostTestHarness {
|
| // Increment the number of executions for the given |extension_id|.
|
| void IncrementExecutionCount(const std::string& extension_id);
|
|
|
| - virtual void SetUp() OVERRIDE;
|
| + virtual void SetUp() override;
|
|
|
| // Since ActiveScriptController's behavior is behind a flag, override the
|
| // feature switch.
|
|
|