| Index: chrome/browser/safe_browsing/safe_browsing_service.cc
|
| diff --git a/chrome/browser/safe_browsing/safe_browsing_service.cc b/chrome/browser/safe_browsing/safe_browsing_service.cc
|
| index c8a4ea474736ee5885cda99917f0d846c97a6b35..2222296551531161b8d57d40d1ccc9cca94d5fbd 100644
|
| --- a/chrome/browser/safe_browsing/safe_browsing_service.cc
|
| +++ b/chrome/browser/safe_browsing/safe_browsing_service.cc
|
| @@ -41,6 +41,8 @@
|
| #include "chrome/installer/util/browser_distribution.h"
|
| #endif
|
|
|
| +using content::BrowserThread;
|
| +
|
| namespace {
|
|
|
| // The default URL prefix where browser fetches chunk updates, hashes,
|
|
|