Index: content/browser/notifications/platform_notification_context_unittest.cc |
diff --git a/content/browser/notifications/platform_notification_context_unittest.cc b/content/browser/notifications/platform_notification_context_unittest.cc |
index f8fcbfeec7f1808610a091544897d329c1ba658b..3616794a350bcff82f8eaab8f7d32560a5b12561 100644 |
--- a/content/browser/notifications/platform_notification_context_unittest.cc |
+++ b/content/browser/notifications/platform_notification_context_unittest.cc |
@@ -80,8 +80,7 @@ class PlatformNotificationContextTest : public ::testing::Test { |
protected: |
// Creates a new PlatformNotificationContextImpl instance. When using this |
- // method, the underlying database will always be created in memory. The |
- // current message loop proxy will be used as the task runner. |
+ // method, the underlying database will always be created in memory. |
PlatformNotificationContextImpl* CreatePlatformNotificationContext() { |
PlatformNotificationContextImpl* context = |
new PlatformNotificationContextImpl(base::FilePath(), &browser_context_, |