| Index: chrome/browser/net/sqlite_persistent_cookie_store.cc
|
| diff --git a/chrome/browser/net/sqlite_persistent_cookie_store.cc b/chrome/browser/net/sqlite_persistent_cookie_store.cc
|
| index 2e58f62c0eb0900b642ce0afcf694845a55034aa..bd2ac814e13f6168dc70969abae1477b61d44061 100644
|
| --- a/chrome/browser/net/sqlite_persistent_cookie_store.cc
|
| +++ b/chrome/browser/net/sqlite_persistent_cookie_store.cc
|
| @@ -30,6 +30,7 @@
|
| #include "sql/transaction.h"
|
|
|
| using base::Time;
|
| +using content::BrowserThread;
|
|
|
| // This class is designed to be shared between any calling threads and the
|
| // database thread. It batches operations and commits them on a timer.
|
|
|