| Index: chrome/browser/web_applications/web_app_mac_unittest.mm
|
| diff --git a/chrome/browser/web_applications/web_app_mac_unittest.mm b/chrome/browser/web_applications/web_app_mac_unittest.mm
|
| index 56f98bfa7ad04795f48508334c384206dd4bc224..f154f0d5cba1bb686cb1890c155afe45231f81c1 100644
|
| --- a/chrome/browser/web_applications/web_app_mac_unittest.mm
|
| +++ b/chrome/browser/web_applications/web_app_mac_unittest.mm
|
| @@ -74,7 +74,7 @@ class WebAppShortcutCreatorTest : public testing::Test {
|
| protected:
|
| WebAppShortcutCreatorTest() {}
|
|
|
| - virtual void SetUp() {
|
| + void SetUp() override {
|
| base::mac::SetBaseBundleID(kFakeChromeBundleId);
|
|
|
| EXPECT_TRUE(temp_app_data_dir_.CreateUniqueTempDir());
|
|
|