| Index: chrome/test/data/webui/history_ui_browsertest.h
|
| diff --git a/chrome/test/data/webui/history_ui_browsertest.h b/chrome/test/data/webui/history_ui_browsertest.h
|
| index ded7fc4b7c211d149c7aa8872d14cc6d4b49f3a3..6abf763324c376c10f1d5fed115c600bb11c0c5e 100644
|
| --- a/chrome/test/data/webui/history_ui_browsertest.h
|
| +++ b/chrome/test/data/webui/history_ui_browsertest.h
|
| @@ -16,7 +16,7 @@ class HistoryUIBrowserTest : public WebUIBrowserTest {
|
| HistoryUIBrowserTest();
|
| virtual ~HistoryUIBrowserTest();
|
|
|
| - virtual void SetUpOnMainThread() OVERRIDE;
|
| + virtual void SetUpOnMainThread() override;
|
|
|
| protected:
|
| // Sets the pref to allow or prohibit deleting history entries.
|
|
|