| Index: content/browser/in_process_webkit/dom_storage_context.cc
|
| diff --git a/content/browser/in_process_webkit/dom_storage_context.cc b/content/browser/in_process_webkit/dom_storage_context.cc
|
| index 383568a562571f53bc1f30113533a1da95e67ff0..1926bafbbd752b90a06e09fb251bba6150bf0fb0 100644
|
| --- a/content/browser/in_process_webkit/dom_storage_context.cc
|
| +++ b/content/browser/in_process_webkit/dom_storage_context.cc
|
| @@ -20,6 +20,8 @@
|
| #include "webkit/glue/webkit_glue.h"
|
| #include "webkit/quota/special_storage_policy.h"
|
|
|
| +using content::BrowserThread;
|
| +
|
| using WebKit::WebSecurityOrigin;
|
|
|
| namespace {
|
|
|