diff options
author | pilgrim@chromium.org <pilgrim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-07 16:59:27 +0000 |
---|---|---|
committer | pilgrim@chromium.org <pilgrim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-07 16:59:27 +0000 |
commit | f8c59e13f8ffd1020c952789839a2c41f7bb0ea0 (patch) | |
tree | c725c9de52a92036e7e0c1dbff054ed0d2fbe56a | |
parent | 3d5290a6d2051137a038a5164b11a13f99e4200d (diff) | |
download | chromium_src-f8c59e13f8ffd1020c952789839a2c41f7bb0ea0.zip chromium_src-f8c59e13f8ffd1020c952789839a2c41f7bb0ea0.tar.gz chromium_src-f8c59e13f8ffd1020c952789839a2c41f7bb0ea0.tar.bz2 |
Update some #includes for headers that have been moved to the new Platform directory upstream
Review URL: https://chromiumcodereview.appspot.com/12226035
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@181321 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | content/common/fileapi/webfilesystem_callback_dispatcher.cc | 2 | ||||
-rw-r--r-- | content/common/fileapi/webfilesystem_impl.cc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/content/common/fileapi/webfilesystem_callback_dispatcher.cc b/content/common/fileapi/webfilesystem_callback_dispatcher.cc index 95d9371..a364b2c 100644 --- a/content/common/fileapi/webfilesystem_callback_dispatcher.cc +++ b/content/common/fileapi/webfilesystem_callback_dispatcher.cc @@ -11,9 +11,9 @@ #include "base/logging.h" #include "base/utf_string_conversions.h" #include "googleurl/src/gurl.h" +#include "third_party/WebKit/Source/Platform/chromium/public/WebFileInfo.h" #include "third_party/WebKit/Source/Platform/chromium/public/WebFileSystem.h" #include "third_party/WebKit/Source/Platform/chromium/public/WebString.h" -#include "third_party/WebKit/Source/WebKit/chromium/public/WebFileInfo.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebFileSystemCallbacks.h" #include "webkit/base/file_path_string_conversions.h" #include "webkit/fileapi/file_system_util.h" diff --git a/content/common/fileapi/webfilesystem_impl.cc b/content/common/fileapi/webfilesystem_impl.cc index fe0533e..5e4ef56 100644 --- a/content/common/fileapi/webfilesystem_impl.cc +++ b/content/common/fileapi/webfilesystem_impl.cc @@ -8,9 +8,9 @@ #include "content/common/fileapi/file_system_dispatcher.h" #include "content/common/fileapi/webfilesystem_callback_dispatcher.h" #include "content/common/fileapi/webfilewriter_impl.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 "third_party/WebKit/Source/WebKit/chromium/public/WebFileSystemCallbacks.h" #include "webkit/glue/webkit_glue.h" |