| Index: chrome/browser/sync/sync_error_notifier_ash_unittest.cc
|
| diff --git a/chrome/browser/sync/sync_error_notifier_ash_unittest.cc b/chrome/browser/sync/sync_error_notifier_ash_unittest.cc
|
| index 927165a0fd1688797e2846278c447dd73bee5c4f..9dc33be2b75d413ff02b683c091d1b64ba410851 100644
|
| --- a/chrome/browser/sync/sync_error_notifier_ash_unittest.cc
|
| +++ b/chrome/browser/sync/sync_error_notifier_ash_unittest.cc
|
| @@ -47,11 +47,10 @@ namespace test {
|
|
|
| namespace {
|
|
|
| -static const char kTestAccountId[] = "testuser@test.com";
|
| +const char kTestAccountId[] = "testuser@test.com";
|
|
|
| // Notification ID corresponding to kProfileSyncNotificationId + kTestAccountId.
|
| -static const std::string kNotificationId =
|
| - "chrome://settings/sync/testuser@test.com";
|
| +const char kNotificationId[] = "chrome://settings/sync/testuser@test.com";
|
|
|
| class FakeLoginUIService: public LoginUIService {
|
| public:
|
| @@ -128,7 +127,6 @@ class SyncErrorNotifierTest : public AshTestBase {
|
| display::Screen::SetScreenInstance(nullptr);
|
| test_screen_.reset();
|
| #endif
|
| -
|
| }
|
|
|
| protected:
|
|
|