Index: content/renderer/notification_provider.cc |
diff --git a/content/renderer/notification_provider.cc b/content/renderer/notification_provider.cc |
index fc7504226b6ac062bed626e0d3a826f5fa2fbe06..03bd13f68f41b82ba89e6d571270980f84bfd2c5 100644 |
--- a/content/renderer/notification_provider.cc |
+++ b/content/renderer/notification_provider.cc |
@@ -15,14 +15,14 @@ |
#include "third_party/WebKit/public/web/WebUserGestureIndicator.h" |
#include "third_party/WebKit/public/web/WebView.h" |
-using WebKit::WebDocument; |
-using WebKit::WebNotification; |
-using WebKit::WebNotificationPresenter; |
-using WebKit::WebNotificationPermissionCallback; |
-using WebKit::WebSecurityOrigin; |
-using WebKit::WebString; |
-using WebKit::WebURL; |
-using WebKit::WebUserGestureIndicator; |
+using blink::WebDocument; |
+using blink::WebNotification; |
+using blink::WebNotificationPresenter; |
+using blink::WebNotificationPermissionCallback; |
+using blink::WebSecurityOrigin; |
+using blink::WebString; |
+using blink::WebURL; |
+using blink::WebUserGestureIndicator; |
namespace content { |