Index: chrome/browser/notifications/sync_notifier/chrome_notifier_delegate_browsertest.cc |
diff --git a/chrome/browser/notifications/sync_notifier/chrome_notifier_delegate_browsertest.cc b/chrome/browser/notifications/sync_notifier/chrome_notifier_delegate_browsertest.cc |
index 922cf0a8fddf4a0ea6cffe117912460688bed00a..acd0f25dd107f9d776161969db1f4e47970a55fa 100644 |
--- a/chrome/browser/notifications/sync_notifier/chrome_notifier_delegate_browsertest.cc |
+++ b/chrome/browser/notifications/sync_notifier/chrome_notifier_delegate_browsertest.cc |
@@ -21,11 +21,7 @@ |
#include "testing/gtest/include/gtest/gtest.h" |
#include "ui/message_center/notification_types.h" |
-namespace { |
const char kTestNotificationId[] = "SomeRandomNotificationId"; |
-const int kNotificationPriority = static_cast<int>( |
- message_center::LOW_PRIORITY); |
-} // namespace |
class StubChromeNotifierService : public notifier::ChromeNotifierService { |
public: |