Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(402)

Unified Diff: webkit/common/fileapi/file_system_util_unittest.cc

Issue 18191004: webkit: Migrate from googleurl/ includes to url/ ones. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync+rebase Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webkit/common/fileapi/file_system_util.cc ('k') | webkit/common/resource_request_body.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/common/fileapi/file_system_util_unittest.cc
diff --git a/webkit/common/fileapi/file_system_util_unittest.cc b/webkit/common/fileapi/file_system_util_unittest.cc
index 6bb6d4ffa959f6e8df03b73ec9898b1f9483527e..bcc114ebbecf6afb7b5a486758c208edb78a6d8d 100644
--- a/webkit/common/fileapi/file_system_util_unittest.cc
+++ b/webkit/common/fileapi/file_system_util_unittest.cc
@@ -5,8 +5,8 @@
#include "webkit/common/fileapi/file_system_util.h"
#include "base/files/file_path.h"
-#include "googleurl/src/gurl.h"
#include "testing/gtest/include/gtest/gtest.h"
+#include "url/gurl.h"
namespace fileapi {
namespace {
« no previous file with comments | « webkit/common/fileapi/file_system_util.cc ('k') | webkit/common/resource_request_body.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698