| Index: chrome/browser/safe_browsing/safe_browsing_blocking_page_test.cc
|
| diff --git a/chrome/browser/safe_browsing/safe_browsing_blocking_page_test.cc b/chrome/browser/safe_browsing/safe_browsing_blocking_page_test.cc
|
| index faf09c0b198b68cbbb18e3be572826ac2a8e0d8e..68a273cd3b55ed59cc3604d02607e3588635358c 100644
|
| --- a/chrome/browser/safe_browsing/safe_browsing_blocking_page_test.cc
|
| +++ b/chrome/browser/safe_browsing/safe_browsing_blocking_page_test.cc
|
| @@ -26,6 +26,8 @@
|
| #include "content/browser/tab_contents/tab_contents_view.h"
|
| #include "content/test/test_browser_thread.h"
|
|
|
| +using content::BrowserThread;
|
| +
|
| // A SafeBrowingService class that allows us to inject the malicious URLs.
|
| class FakeSafeBrowsingService : public SafeBrowsingService {
|
| public:
|
|
|