| Index: content/test/test_browser_context.h
|
| diff --git a/content/test/test_browser_context.h b/content/test/test_browser_context.h
|
| index b35a6780f28c50b560b5920d64fbbd13a15a5ce0..71c41149f73ccf75e53f4ced2b012739e7f447f6 100644
|
| --- a/content/test/test_browser_context.h
|
| +++ b/content/test/test_browser_context.h
|
| @@ -8,6 +8,7 @@
|
|
|
| #include "base/compiler_specific.h"
|
| #include "base/file_path.h"
|
| +#include "base/gtest_prod_util.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/scoped_temp_dir.h"
|
| #include "content/browser/browser_context.h"
|
| @@ -41,6 +42,9 @@ class TestBrowserContext : public content::BrowserContext {
|
| virtual fileapi::FileSystemContext* GetFileSystemContext() OVERRIDE;
|
|
|
| private:
|
| + FRIEND_TEST_ALL_PREFIXES(DOMStorageTest, SessionOnly);
|
| + FRIEND_TEST_ALL_PREFIXES(DOMStorageTest, SaveSessionState);
|
| +
|
| // WebKitContext, lazily initialized by GetWebKitContext().
|
| scoped_refptr<WebKitContext> webkit_context_;
|
|
|
|
|