From 3034b681ff22071df0cad6cace510b838d65d7cc Mon Sep 17 00:00:00 2001 From: "abarth@chromium.org" Date: Sat, 3 Dec 2011 00:00:14 +0000 Subject: Update these includes to use the new header locations TBR=darin Review URL: http://codereview.chromium.org/8787003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112824 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/fileapi/file_system_util.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'webkit/fileapi/file_system_util.cc') diff --git a/webkit/fileapi/file_system_util.cc b/webkit/fileapi/file_system_util.cc index cbeba4b..42300db 100644 --- a/webkit/fileapi/file_system_util.cc +++ b/webkit/fileapi/file_system_util.cc @@ -12,9 +12,9 @@ #include "base/utf_string_conversions.h" #include "googleurl/src/gurl.h" #include "net/base/escape.h" -#include "third_party/WebKit/Source/WebKit/chromium/public/WebCString.h" +#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebCString.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebSecurityOrigin.h" -#include "third_party/WebKit/Source/WebKit/chromium/public/WebString.h" +#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebString.h" #include "webkit/fileapi/file_system_types.h" namespace fileapi { -- cgit v1.1