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

Unified Diff: webkit/browser/fileapi/syncable/file_change.cc

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/fileapi/sandbox_origin_database.cc ('k') | webkit/common/appcache/appcache_interfaces.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/browser/fileapi/syncable/file_change.cc
diff --git a/webkit/browser/fileapi/syncable/file_change.cc b/webkit/browser/fileapi/syncable/file_change.cc
index 4795438f28c6041e4339f447c0225ec3b01e9f5a..8187182265a8d8fd810a0c5aab355e4814283216 100644
--- a/webkit/browser/fileapi/syncable/file_change.cc
+++ b/webkit/browser/fileapi/syncable/file_change.cc
@@ -5,7 +5,7 @@
#include <sstream>
#include "base/logging.h"
-#include "base/stringprintf.h"
+#include "base/strings/stringprintf.h"
#include "webkit/browser/fileapi/syncable/file_change.h"
namespace sync_file_system {
« no previous file with comments | « webkit/browser/fileapi/sandbox_origin_database.cc ('k') | webkit/common/appcache/appcache_interfaces.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698