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

Unified Diff: content/renderer/dom_storage/dom_storage_cached_area.h

Issue 22297005: Move webkit/{browser,common}/dom_storage into content/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 4 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: content/renderer/dom_storage/dom_storage_cached_area.h
diff --git a/content/renderer/dom_storage/dom_storage_cached_area.h b/content/renderer/dom_storage/dom_storage_cached_area.h
index 2aa4cd9ffa2795b80d4bd8c23642d59f944b8018..ad265d3a72c866a00cf8f8f054dcb89331655fe0 100644
--- a/content/renderer/dom_storage/dom_storage_cached_area.h
+++ b/content/renderer/dom_storage/dom_storage_cached_area.h
@@ -13,8 +13,8 @@
#include "content/common/content_export.h"
#include "url/gurl.h"
-namespace dom_storage {
-class DomStorageMap;
+namespace content {
+class DOMStorageMap;
jam 2013/08/06 16:13:49 nit: just move this to line 22
kinuko 2013/08/07 14:29:52 Done.
}
namespace content {
@@ -87,7 +87,7 @@ class CONTENT_EXPORT DomStorageCachedArea
int64 namespace_id_;
GURL origin_;
- scoped_refptr<dom_storage::DomStorageMap> map_;
+ scoped_refptr<DOMStorageMap> map_;
scoped_refptr<DomStorageProxy> proxy_;
base::WeakPtrFactory<DomStorageCachedArea> weak_factory_;
};

Powered by Google App Engine
This is Rietveld 408576698