summaryrefslogtreecommitdiffstats
path: root/content/child/fileapi
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-09 21:18:58 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-09 21:18:58 +0000
commit707e1c46640eb5399c7dc328a6f9f29b6b0f735e (patch)
tree3a92ac828e55ce1ad79afbb2338233cb930f491e /content/child/fileapi
parentdf80961a3adc894a49c2a633c05570ea448eed05 (diff)
downloadchromium_src-707e1c46640eb5399c7dc328a6f9f29b6b0f735e.zip
chromium_src-707e1c46640eb5399c7dc328a6f9f29b6b0f735e.tar.gz
chromium_src-707e1c46640eb5399c7dc328a6f9f29b6b0f735e.tar.bz2
content: Migrate from googleurl/ includes to url/ ones.
BUG=229660 TBR=darin@chromium.org Review URL: https://codereview.chromium.org/18868005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@210626 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/child/fileapi')
-rw-r--r--content/child/fileapi/webfilesystem_callback_adapters.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/child/fileapi/webfilesystem_callback_adapters.cc b/content/child/fileapi/webfilesystem_callback_adapters.cc
index c1b610c..a6e7187 100644
--- a/content/child/fileapi/webfilesystem_callback_adapters.cc
+++ b/content/child/fileapi/webfilesystem_callback_adapters.cc
@@ -9,11 +9,11 @@
#include "base/logging.h"
#include "base/strings/utf_string_conversions.h"
-#include "googleurl/src/gurl.h"
-#include "third_party/WebKit/public/web/WebFileSystemCallbacks.h"
#include "third_party/WebKit/public/platform/WebFileInfo.h"
#include "third_party/WebKit/public/platform/WebFileSystem.h"
#include "third_party/WebKit/public/platform/WebString.h"
+#include "third_party/WebKit/public/web/WebFileSystemCallbacks.h"
+#include "url/gurl.h"
#include "webkit/common/fileapi/directory_entry.h"
#include "webkit/common/fileapi/file_system_util.h"
#include "webkit/glue/webkit_glue.h"