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

Unified Diff: content/renderer/dom_storage/webstoragearea_impl.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/webstoragearea_impl.h
diff --git a/content/renderer/dom_storage/webstoragearea_impl.h b/content/renderer/dom_storage/webstoragearea_impl.h
index 47d0581b14b580f29c6784e9a2cc5bad6e56634d..7854562603ee24192b4d2c72c5a241c00226db0e 100644
--- a/content/renderer/dom_storage/webstoragearea_impl.h
+++ b/content/renderer/dom_storage/webstoragearea_impl.h
@@ -14,7 +14,7 @@ class GURL;
namespace content {
-class DomStorageCachedArea;
+class DOMStorageCachedArea;
class WebStorageAreaImpl : public WebKit::WebStorageArea {
public:
@@ -37,7 +37,7 @@ class WebStorageAreaImpl : public WebKit::WebStorageArea {
private:
int connection_id_;
- scoped_refptr<DomStorageCachedArea> cached_area_;
+ scoped_refptr<DOMStorageCachedArea> cached_area_;
};
} // namespace content
« no previous file with comments | « content/renderer/dom_storage/dom_storage_proxy.h ('k') | content/renderer/dom_storage/webstoragearea_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698