summaryrefslogtreecommitdiffstats
path: root/webkit/tools
diff options
context:
space:
mode:
authorpilgrim@chromium.org <pilgrim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-07 16:55:56 +0000
committerpilgrim@chromium.org <pilgrim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-07 16:55:56 +0000
commit3d5290a6d2051137a038a5164b11a13f99e4200d (patch)
tree1c3dc123413da432fae74492f182314f6f43d464 /webkit/tools
parente518de730fb3f36fa1db9e01bc80aa37c1693826 (diff)
downloadchromium_src-3d5290a6d2051137a038a5164b11a13f99e4200d.zip
chromium_src-3d5290a6d2051137a038a5164b11a13f99e4200d.tar.gz
chromium_src-3d5290a6d2051137a038a5164b11a13f99e4200d.tar.bz2
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
Diffstat (limited to 'webkit/tools')
-rw-r--r--webkit/tools/test_shell/simple_file_system.cc2
1 files changed, 1 insertions, 1 deletions
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"