diff options
Diffstat (limited to 'chrome/browser/safe_browsing/safe_browsing_service.h')
-rw-r--r-- | chrome/browser/safe_browsing/safe_browsing_service.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/safe_browsing/safe_browsing_service.h b/chrome/browser/safe_browsing/safe_browsing_service.h index 1f373e5..fe7d0e7 100644 --- a/chrome/browser/safe_browsing/safe_browsing_service.h +++ b/chrome/browser/safe_browsing/safe_browsing_service.h @@ -243,7 +243,7 @@ class SafeBrowsingService bool enabled_; // The SafeBrowsing thread that runs database operations. - scoped_ptr<Thread> db_thread_; + scoped_ptr<base::Thread> db_thread_; // Indicates if we are in the process of resetting the database. bool resetting_; |