| Index: chrome/browser/chromeos/login/profile_auth_data_unittest.cc
|
| diff --git a/chrome/browser/chromeos/login/profile_auth_data_unittest.cc b/chrome/browser/chromeos/login/profile_auth_data_unittest.cc
|
| index 1726bb97755a8fdbe8a6b65e8cae4c7e14bdc064..5482aa08f5f75adf6e48310471e3b8ee89b9d58a 100644
|
| --- a/chrome/browser/chromeos/login/profile_auth_data_unittest.cc
|
| +++ b/chrome/browser/chromeos/login/profile_auth_data_unittest.cc
|
| @@ -61,7 +61,7 @@ const char kChannelIDCert2[] = "cert 2";
|
| class ProfileAuthDataTest : public testing::Test {
|
| public:
|
| // testing::Test:
|
| - virtual void SetUp() OVERRIDE;
|
| + virtual void SetUp() override;
|
|
|
| void PopulateUserBrowserContext();
|
|
|
|
|