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

Unified Diff: webkit/dom_storage/dom_storage_session.h

Issue 9429029: Integrate the new DomStorage backend into DRT and test_shell. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 10 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/dom_storage/dom_storage_host.cc ('k') | webkit/dom_storage/dom_storage_types.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/dom_storage/dom_storage_session.h
===================================================================
--- webkit/dom_storage/dom_storage_session.h (revision 124232)
+++ webkit/dom_storage/dom_storage_session.h (working copy)
@@ -25,7 +25,7 @@
DomStorageSession* Clone();
private:
- friend class base::RefCountedThreadSafe<DomStorageContext>;
+ friend class base::RefCountedThreadSafe<DomStorageSession>;
DomStorageSession(DomStorageContext* context, int64 namespace_id);
~DomStorageSession();
« no previous file with comments | « webkit/dom_storage/dom_storage_host.cc ('k') | webkit/dom_storage/dom_storage_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698