| Index: chrome/test/base/javascript_browser_test.h
|
| diff --git a/chrome/test/base/javascript_browser_test.h b/chrome/test/base/javascript_browser_test.h
|
| index 7160e579c0706196e9fa64916dd02a70417af7c1..b5cdf78bb68360fe3ec9cef40dbb46830f127fa6 100644
|
| --- a/chrome/test/base/javascript_browser_test.h
|
| +++ b/chrome/test/base/javascript_browser_test.h
|
| @@ -31,7 +31,7 @@ class JavaScriptBrowserTest : public InProcessBrowserTest {
|
| virtual ~JavaScriptBrowserTest();
|
|
|
| // InProcessBrowserTest overrides.
|
| - virtual void SetUpOnMainThread() OVERRIDE;
|
| + virtual void SetUpOnMainThread() override;
|
|
|
| // Builds a vector of strings of all added javascript libraries suitable for
|
| // execution by subclasses.
|
|
|