diff options
author | abarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-03 00:04:20 +0000 |
---|---|---|
committer | abarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-03 00:04:20 +0000 |
commit | 75bff52a8e5fbf63b68bf51f87840fd64fe49d27 (patch) | |
tree | 4de5c51c3976fec3d59f4ffcfd823ac4453b7f56 /chrome/common | |
parent | e6e90dc066225d3114c5d7d8174198d9b4326493 (diff) | |
download | chromium_src-75bff52a8e5fbf63b68bf51f87840fd64fe49d27.zip chromium_src-75bff52a8e5fbf63b68bf51f87840fd64fe49d27.tar.gz chromium_src-75bff52a8e5fbf63b68bf51f87840fd64fe49d27.tar.bz2 |
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
Diffstat (limited to 'chrome/common')
-rw-r--r-- | chrome/common/web_apps.cc | 4 |
1 files changed, 2 insertions, 2 deletions
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" |