From 3d5290a6d2051137a038a5164b11a13f99e4200d Mon Sep 17 00:00:00 2001 From: "pilgrim@chromium.org" Date: Thu, 7 Feb 2013 16:55:56 +0000 Subject: Update some #includes for headers that have been moved to the new Platform directory upstream Review URL: https://chromiumcodereview.appspot.com/12220039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@181320 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/glue/webfileutilities_impl.cc | 2 +- webkit/glue/webfileutilities_impl.h | 2 +- webkit/glue/webkit_glue.cc | 2 +- webkit/tools/test_shell/simple_file_system.cc | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'webkit') diff --git a/webkit/glue/webfileutilities_impl.cc b/webkit/glue/webfileutilities_impl.cc index fdf63a1..f937ffd 100644 --- a/webkit/glue/webfileutilities_impl.cc +++ b/webkit/glue/webfileutilities_impl.cc @@ -9,9 +9,9 @@ #include "base/logging.h" #include "net/base/file_stream.h" #include "net/base/net_util.h" +#include "third_party/WebKit/Source/Platform/chromium/public/WebFileInfo.h" #include "third_party/WebKit/Source/Platform/chromium/public/WebString.h" #include "third_party/WebKit/Source/Platform/chromium/public/WebURL.h" -#include "third_party/WebKit/Source/WebKit/chromium/public/WebFileInfo.h" #include "webkit/base/file_path_string_conversions.h" #include "webkit/glue/webkit_glue.h" diff --git a/webkit/glue/webfileutilities_impl.h b/webkit/glue/webfileutilities_impl.h index 570a276..6db3ed0 100644 --- a/webkit/glue/webfileutilities_impl.h +++ b/webkit/glue/webfileutilities_impl.h @@ -6,7 +6,7 @@ #define WEBFILEUTILITIES_IMPL_H_ #include "base/platform_file.h" -#include "third_party/WebKit/Source/WebKit/chromium/public/WebFileInfo.h" +#include "third_party/WebKit/Source/Platform/chromium/public/WebFileInfo.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebFileUtilities.h" #include "webkit/glue/webkit_glue_export.h" diff --git a/webkit/glue/webkit_glue.cc b/webkit/glue/webkit_glue.cc index e2358d0..fc33205 100644 --- a/webkit/glue/webkit_glue.cc +++ b/webkit/glue/webkit_glue.cc @@ -34,6 +34,7 @@ #include "skia/ext/skia_utils_mac.h" #endif #include "third_party/WebKit/Source/Platform/chromium/public/WebData.h" +#include "third_party/WebKit/Source/Platform/chromium/public/WebFileInfo.h" #include "third_party/WebKit/Source/Platform/chromium/public/WebImage.h" #include "third_party/WebKit/Source/Platform/chromium/public/WebRect.h" #include "third_party/WebKit/Source/Platform/chromium/public/WebSize.h" @@ -42,7 +43,6 @@ #include "third_party/WebKit/Source/WebKit/chromium/public/WebDevToolsAgent.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebDocument.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebElement.h" -#include "third_party/WebKit/Source/WebKit/chromium/public/WebFileInfo.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebFrame.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebGlyphCache.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebHistoryItem.h" diff --git a/webkit/tools/test_shell/simple_file_system.cc b/webkit/tools/test_shell/simple_file_system.cc index 87aabf4..27ea5f7 100644 --- a/webkit/tools/test_shell/simple_file_system.cc +++ b/webkit/tools/test_shell/simple_file_system.cc @@ -12,10 +12,10 @@ #include "base/utf_string_conversions.h" #include "googleurl/src/gurl.h" #include "net/base/mime_util.h" +#include "third_party/WebKit/Source/Platform/chromium/public/WebFileInfo.h" #include "third_party/WebKit/Source/Platform/chromium/public/WebURL.h" #include "third_party/WebKit/Source/Platform/chromium/public/WebVector.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebDocument.h" -#include "third_party/WebKit/Source/WebKit/chromium/public/WebFileInfo.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebFileSystemCallbacks.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebFileSystemEntry.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebFrame.h" -- cgit v1.1