Chromium Code Reviews| Index: components/safe_browsing_db/safe_browsing_api_handler_util.h |
| diff --git a/chrome/browser/safe_browsing/safe_browsing_api_handler_util.h b/components/safe_browsing_db/safe_browsing_api_handler_util.h |
| similarity index 87% |
| rename from chrome/browser/safe_browsing/safe_browsing_api_handler_util.h |
| rename to components/safe_browsing_db/safe_browsing_api_handler_util.h |
| index 07ed8357b861af2bdcc26a9a766eed2a60c09c23..5733c664a51143d028e39afc25da4148522ec32d 100644 |
| --- a/chrome/browser/safe_browsing/safe_browsing_api_handler_util.h |
| +++ b/components/safe_browsing_db/safe_browsing_api_handler_util.h |
| @@ -4,12 +4,12 @@ |
| // |
| // Helper functions for SafeBrowsingApiHandlerImpl. Separated out for tests. |
| -#ifndef CHROME_BROWSER_SAFE_BROWSING_SAFE_BROWSING_API_HANDLER_UTIL_H_ |
| -#define CHROME_BROWSER_SAFE_BROWSING_SAFE_BROWSING_API_HANDLER_UTIL_H_ |
| +#ifndef COMPONENTS_SAFE_BROWSING_DB_SAFE_BROWSING_API_HANDLER_UTIL_H_ |
| +#define COMPONENTS_SAFE_BROWSING_DB_SAFE_BROWSING_API_HANDLER_UTIL_H_ |
| #include <string> |
| -#include "chrome/browser/safe_browsing/safe_browsing_util.h" |
| +#include "components/safe_browsing_db/util.h" |
|
Nathan Parker
2016/01/20 23:26:54
This points to a different file, not one that you'
vakh (use Gerrit instead)
2016/01/21 01:36:46
chrome/browser/safe_browsing/safe_browsing_util.h
|
| namespace safe_browsing { |
| @@ -55,4 +55,4 @@ UmaRemoteCallResult ParseJsonToThreatAndPB(const std::string& metadata_str, |
| std::string* metadata_pb_str); |
| } // namespace safe_browsing |
| -#endif // CHROME_BROWSER_SAFE_BROWSING_SAFE_BROWSING_API_HANDLER_UTIL_H_ |
| +#endif // COMPONENTS_SAFE_BROWSING_DB_SAFE_BROWSING_API_HANDLER_UTIL_H_ |