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

Unified Diff: webkit/common/dom_storage/dom_storage_types.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
« no previous file with comments | « webkit/common/dom_storage/dom_storage_map_unittest.cc ('k') | webkit/common/webdropdata.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/common/dom_storage/dom_storage_types.h
diff --git a/webkit/common/dom_storage/dom_storage_types.h b/webkit/common/dom_storage/dom_storage_types.h
index af3d6c494d92f344b1ab93e0a76c7940badfff5a..bfd1bfe0c5af02e38db9af1b24f3e40a42e39cd2 100644
--- a/webkit/common/dom_storage/dom_storage_types.h
+++ b/webkit/common/dom_storage/dom_storage_types.h
@@ -8,7 +8,7 @@
#include <map>
#include "base/basictypes.h"
-#include "base/nullable_string16.h"
+#include "base/strings/nullable_string16.h"
#include "base/strings/string16.h"
#include "base/time.h"
#include "googleurl/src/gurl.h"
@@ -38,7 +38,7 @@ const int64 kMaxInMemoryAreas = 100;
// Value to indicate an area that not be opened.
const int kInvalidAreaId = -1;
-typedef std::map<base::string16, NullableString16> ValuesMap;
+typedef std::map<base::string16, base::NullableString16> ValuesMap;
struct WEBKIT_COMMON_EXPORT LocalStorageUsageInfo {
GURL origin;
« no previous file with comments | « webkit/common/dom_storage/dom_storage_map_unittest.cc ('k') | webkit/common/webdropdata.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698