| 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 {
|
| 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_
|
|
|