| Index: content/browser/in_process_webkit/dom_storage_browsertest.cc
|
| diff --git a/content/browser/in_process_webkit/dom_storage_browsertest.cc b/content/browser/in_process_webkit/dom_storage_browsertest.cc
|
| index 93fc04ddf296b7717b662a646baeef2c93b95cf1..469c503d1879ba77fb4a26cf366c7b9b21d63358 100644
|
| --- a/content/browser/in_process_webkit/dom_storage_browsertest.cc
|
| +++ b/content/browser/in_process_webkit/dom_storage_browsertest.cc
|
| @@ -11,6 +11,8 @@
|
| #include "content/browser/in_process_webkit/dom_storage_context.h"
|
| #include "content/browser/in_process_webkit/webkit_context.h"
|
|
|
| +using content::BrowserThread;
|
| +
|
| typedef InProcessBrowserTest DOMStorageBrowserTest;
|
|
|
| // In proc browser test is needed here because ClearLocalState indirectly calls
|
|
|