| 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();
|
|
|