diff options
author | pilgrim@chromium.org <pilgrim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-10 12:53:40 +0000 |
---|---|---|
committer | pilgrim@chromium.org <pilgrim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-10 12:53:40 +0000 |
commit | c89ae4b745e5323b4322bd2fae6242677da24136 (patch) | |
tree | 10ec64850b7aa24f58d541400e8ca07409032d5a /content/renderer/notification_provider.cc | |
parent | 49fc3ea7d27ed47571f84bfe29d66c94d9c9d388 (diff) | |
download | chromium_src-c89ae4b745e5323b4322bd2fae6242677da24136.zip chromium_src-c89ae4b745e5323b4322bd2fae6242677da24136.tar.gz chromium_src-c89ae4b745e5323b4322bd2fae6242677da24136.tar.bz2 |
Update some #includes in content/renderer for headers in the new Platform directory
Review URL: https://chromiumcodereview.appspot.com/11819044
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176058 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/renderer/notification_provider.cc')
-rw-r--r-- | content/renderer/notification_provider.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/renderer/notification_provider.cc b/content/renderer/notification_provider.cc index 01a533b..be7431e 100644 --- a/content/renderer/notification_provider.cc +++ b/content/renderer/notification_provider.cc @@ -8,10 +8,10 @@ #include "content/common/desktop_notification_messages.h" #include "content/common/view_messages.h" #include "content/renderer/render_view_impl.h" +#include "third_party/WebKit/Source/Platform/chromium/public/WebURL.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebDocument.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebFrame.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebNotificationPermissionCallback.h" -#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebURL.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebView.h" using WebKit::WebDocument; |