Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4967)

Unified Diff: chrome/browser/sync/sync_error_notifier_ash_unittest.cc

Issue 2389063002: [Sync] Fixing easy lint violations. (Closed)
Patch Set: Updated for Max's comments. Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/sync/sync_error_notifier_ash.cc ('k') | chrome/browser/sync/sync_ui_util_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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:
« no previous file with comments | « chrome/browser/sync/sync_error_notifier_ash.cc ('k') | chrome/browser/sync/sync_ui_util_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698