| Index: chrome/browser/notifications/sync_notifier/sync_notifier_test_utils.h
|
| diff --git a/chrome/browser/notifications/sync_notifier/sync_notifier_test_utils.h b/chrome/browser/notifications/sync_notifier/sync_notifier_test_utils.h
|
| index 9ff490d33c27b9b69c429695ffcfd00c3b7d326b..aa49bf10ea9c31cbdf37d5d9092c62b70740b99b 100644
|
| --- a/chrome/browser/notifications/sync_notifier/sync_notifier_test_utils.h
|
| +++ b/chrome/browser/notifications/sync_notifier/sync_notifier_test_utils.h
|
| @@ -82,7 +82,7 @@ extern const char kContainedMessage2[];
|
| extern const char kContainedMessage3[];
|
| const uint64 kFakeCreationTime = 42;
|
| const int kProtobufPriority = static_cast<int>(
|
| - sync_pb::CoalescedSyncedNotification_Priority_LOW);
|
| + sync_pb::CoalescedSyncedNotification_Priority_INVISIBLE);
|
|
|
| const sync_pb::CoalescedSyncedNotification_ReadState kRead =
|
| sync_pb::CoalescedSyncedNotification_ReadState_READ;
|
|
|