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

Unified Diff: webkit/renderer/dom_storage/dom_storage_proxy.h

Issue 16739016: Use a direct include of strings headers in webkit/, part 2. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: missing include from ordering 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/renderer/cpp_variant_unittest.cc ('k') | webkit/renderer/media/audio_decoder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/renderer/dom_storage/dom_storage_proxy.h
diff --git a/webkit/renderer/dom_storage/dom_storage_proxy.h b/webkit/renderer/dom_storage/dom_storage_proxy.h
index 386954b94219a77751f5250cc2b306464f24f9b7..9b8e5be40a27fb58a748c39ce52c490c63d73c9d 100644
--- a/webkit/renderer/dom_storage/dom_storage_proxy.h
+++ b/webkit/renderer/dom_storage/dom_storage_proxy.h
@@ -8,7 +8,7 @@
#include "base/bind.h"
#include "base/memory/ref_counted.h"
#include "base/nullable_string16.h"
-#include "base/string16.h"
+#include "base/strings/string16.h"
#include "googleurl/src/gurl.h"
#include "webkit/common/dom_storage/dom_storage_types.h"
« no previous file with comments | « webkit/renderer/cpp_variant_unittest.cc ('k') | webkit/renderer/media/audio_decoder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698