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

Unified Diff: webkit/dom_storage/dom_storage_context.h

Issue 9860018: DomStorageContext unittests (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 9 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 | « no previous file | webkit/dom_storage/dom_storage_context_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/dom_storage/dom_storage_context.h
===================================================================
--- webkit/dom_storage/dom_storage_context.h (revision 128981)
+++ webkit/dom_storage/dom_storage_context.h (working copy)
@@ -12,6 +12,7 @@
#include "base/atomic_sequence_num.h"
#include "base/basictypes.h"
#include "base/file_path.h"
+#include "base/gtest_prod_util.h"
#include "base/memory/ref_counted.h"
#include "base/observer_list.h"
#include "base/time.h"
@@ -146,6 +147,8 @@
void CloneSessionNamespace(int64 existing_id, int64 new_id);
private:
+ friend class DomStorageContextTest;
+ FRIEND_TEST_ALL_PREFIXES(DomStorageContextTest, Basics);
friend class base::RefCountedThreadSafe<DomStorageContext>;
typedef std::map<int64, scoped_refptr<DomStorageNamespace> >
StorageNamespaceMap;
« no previous file with comments | « no previous file | webkit/dom_storage/dom_storage_context_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698