Chromium Code Reviews| Index: chrome/browser/safe_browsing/safe_browsing_api_handler.h |
| diff --git a/chrome/browser/safe_browsing/safe_browsing_api_handler.h b/chrome/browser/safe_browsing/safe_browsing_api_handler.h |
| index 90d43144137727b04e1231c702987249aa988570..7f33db0c406d3b2e8d8dc9b8228a347ec9c0270d 100644 |
| --- a/chrome/browser/safe_browsing/safe_browsing_api_handler.h |
| +++ b/chrome/browser/safe_browsing/safe_browsing_api_handler.h |
| @@ -15,6 +15,8 @@ |
| #include "chrome/browser/safe_browsing/safe_browsing_util.h" |
| #include "url/gurl.h" |
| +namespace safe_browsing { |
| + |
| class SafeBrowsingApiHandler { |
|
Nathan Parker
2015/11/05 22:00:52
We'll need to modify the impl in //clank private t
vakh (old account. dont use)
2015/11/07 01:22:56
Acknowledged.
|
| public: |
| // Singleton interface. |
| @@ -35,4 +37,7 @@ class SafeBrowsingApiHandler { |
| // Pointer not owned. |
| static SafeBrowsingApiHandler* instance_; |
| }; |
| + |
| +} // namespace safe_browsing |
| + |
| #endif // CHROME_BROWSER_SAFE_BROWSING_SAFE_BROWSING_API_HANDLER_H_ |