Chromium Code Reviews| Index: chrome/app/android/chrome_main_delegate_android.cc |
| diff --git a/chrome/app/android/chrome_main_delegate_android.cc b/chrome/app/android/chrome_main_delegate_android.cc |
| index f4440caeb6c3186e655ee2eaff8690a45ca7cdc7..9568bc6a954ce321dc68e06e10cdee8a40b10de3 100644 |
| --- a/chrome/app/android/chrome_main_delegate_android.cc |
| +++ b/chrome/app/android/chrome_main_delegate_android.cc |
| @@ -22,6 +22,7 @@ |
| #if defined(SAFE_BROWSING_DB_REMOTE) |
| #include "chrome/browser/safe_browsing/safe_browsing_api_handler.h" |
| +using safe_browsing::SafeBrowsingApiHandler; |
|
Lei Zhang
2015/11/12 22:56:45
There's only a few users. Just add safe_browsing::
vakh (old account. dont use)
2015/11/12 23:04:10
There are 3 locations.
We decided to have a thresh
|
| #endif |
| namespace { |