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

Unified Diff: webkit/browser/database/vfs_backend.h

Issue 16434010: Use a direct include of strings headers in webkit/, part 1. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/browser/database/databases_table_unittest.cc ('k') | webkit/browser/dom_storage/dom_storage_area.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/browser/database/vfs_backend.h
diff --git a/webkit/browser/database/vfs_backend.h b/webkit/browser/database/vfs_backend.h
index e5d3374b81550c5dd7258b65f18e66884d7100ef..a47b8cf628f95da75851a3b29b65d8e85ceff058 100644
--- a/webkit/browser/database/vfs_backend.h
+++ b/webkit/browser/database/vfs_backend.h
@@ -7,7 +7,7 @@
#include "base/platform_file.h"
#include "base/process.h"
-#include "base/string16.h"
+#include "base/strings/string16.h"
#include "webkit/storage/webkit_storage_export.h"
namespace base {
« no previous file with comments | « webkit/browser/database/databases_table_unittest.cc ('k') | webkit/browser/dom_storage/dom_storage_area.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698