| Index: webkit/dom_storage/dom_storage_context.h
|
| ===================================================================
|
| --- webkit/dom_storage/dom_storage_context.h (revision 122851)
|
| +++ webkit/dom_storage/dom_storage_context.h (working copy)
|
| @@ -17,6 +17,7 @@
|
| class FilePath;
|
| class GURL;
|
| class NullableString16;
|
| +class SimpleDomStorageSystem;
|
|
|
| namespace base {
|
| class Time;
|
| @@ -102,6 +103,7 @@
|
|
|
| private:
|
| friend class DomStorageSession;
|
| + friend class SimpleDomStorageSystem;
|
| friend class base::RefCountedThreadSafe<DomStorageContext>;
|
| typedef std::map<int64, scoped_refptr<DomStorageNamespace> >
|
| StorageNamespaceMap;
|
|
|