Index: chrome/browser/notifications/desktop_notification_service_unittest.cc |
diff --git a/chrome/browser/notifications/desktop_notification_service_unittest.cc b/chrome/browser/notifications/desktop_notification_service_unittest.cc |
index 97af96a1be90fb59fe0c120b7e8d2abbc2cce2c2..72d9e13781a1f924b80c28b0b4b4a175c5b8fbea 100644 |
--- a/chrome/browser/notifications/desktop_notification_service_unittest.cc |
+++ b/chrome/browser/notifications/desktop_notification_service_unittest.cc |
@@ -15,6 +15,8 @@ |
#include "testing/gtest/include/gtest/gtest.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebNotificationPresenter.h" |
+using content::BrowserThread; |
+ |
namespace { |
// The HasPermission method of the DesktopNotificationService wants to be called |