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

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

Issue 16415016: Move nullable_string16.h to the string subdirectory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: moar 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
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 9b8e5be40a27fb58a748c39ce52c490c63d73c9d..81b18b16fb3896a2faf1b65d90d4b65d9cf8141c 100644
--- a/webkit/renderer/dom_storage/dom_storage_proxy.h
+++ b/webkit/renderer/dom_storage/dom_storage_proxy.h
@@ -7,7 +7,7 @@
#include "base/bind.h"
#include "base/memory/ref_counted.h"
-#include "base/nullable_string16.h"
+#include "base/strings/nullable_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/dom_storage/dom_storage_cached_area_unittest.cc ('k') | webkit/support/simple_dom_storage_system.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698