From 75bff52a8e5fbf63b68bf51f87840fd64fe49d27 Mon Sep 17 00:00:00 2001 From: "abarth@chromium.org" Date: Sat, 3 Dec 2011 00:04:20 +0000 Subject: Update includes to new header locations. TBR=darin Review URL: http://codereview.chromium.org/8784004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112826 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/common/web_apps.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chrome/common') diff --git a/chrome/common/web_apps.cc b/chrome/common/web_apps.cc index 485d5cd..5748f21 100644 --- a/chrome/common/web_apps.cc +++ b/chrome/common/web_apps.cc @@ -22,8 +22,8 @@ #include "third_party/WebKit/Source/WebKit/chromium/public/WebFrame.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebNode.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebNodeList.h" -#include "third_party/WebKit/Source/WebKit/chromium/public/WebString.h" -#include "third_party/WebKit/Source/WebKit/chromium/public/WebURL.h" +#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebString.h" +#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebURL.h" #include "ui/base/l10n/l10n_util.h" #include "ui/base/resource/resource_bundle.h" #include "ui/gfx/size.h" -- cgit v1.1