| Index: chrome/browser/safe_browsing/safe_browsing_database.h
|
| diff --git a/chrome/browser/safe_browsing/safe_browsing_database.h b/chrome/browser/safe_browsing/safe_browsing_database.h
|
| index 27a7f8f7dcc0c2f33cf5e61b09271de5e678336b..856226b25b423eb504d49f68cbc37a760bfd9b03 100644
|
| --- a/chrome/browser/safe_browsing/safe_browsing_database.h
|
| +++ b/chrome/browser/safe_browsing/safe_browsing_database.h
|
| @@ -16,7 +16,8 @@
|
| #include "chrome/browser/safe_browsing/safe_browsing_store.h"
|
|
|
| namespace base {
|
| - class Time;
|
| +class MessageLoop;
|
| +class Time;
|
| }
|
|
|
| namespace safe_browsing {
|
| @@ -24,7 +25,6 @@ class PrefixSet;
|
| }
|
|
|
| class GURL;
|
| -class MessageLoop;
|
| class SafeBrowsingDatabase;
|
|
|
| // Factory for creating SafeBrowsingDatabase. Tests implement this factory
|
| @@ -344,7 +344,7 @@ class SafeBrowsingDatabaseNew : public SafeBrowsingDatabase {
|
|
|
| // Used to verify that various calls are made from the thread the
|
| // object was created on.
|
| - MessageLoop* creation_loop_;
|
| + base::MessageLoop* creation_loop_;
|
|
|
| // Lock for protecting access to variables that may be used on the
|
| // IO thread. This includes |prefix_set_|, |full_browse_hashes_|,
|
|
|