Chromium Code Reviews| Index: chrome/browser/notifications/notification_test_util.cc |
| diff --git a/chrome/browser/notifications/notification_test_util.cc b/chrome/browser/notifications/notification_test_util.cc |
| index 540e2964f7d0bbb5b3d21c3100c3d9c3f0f32744..b0e7d8e03f2314f2a14fd3e11f4fe087d05d1926 100644 |
| --- a/chrome/browser/notifications/notification_test_util.cc |
| +++ b/chrome/browser/notifications/notification_test_util.cc |
| @@ -5,7 +5,8 @@ |
| #include "chrome/browser/notifications/notification_test_util.h" |
| MockNotificationDelegate::MockNotificationDelegate(const std::string& id) |
| - : id_(id) {} |
| + : id_(id) { |
| +} |
| MockNotificationDelegate::~MockNotificationDelegate() {} |