Chromium Code Reviews| Index: components/safe_browsing_db/android/safe_browsing_api_handler_bridge.h |
| diff --git a/components/safe_browsing_db/android/safe_browsing_api_handler_bridge.h b/components/safe_browsing_db/android/safe_browsing_api_handler_bridge.h |
| index 678437affbeaee706ae22cc2a7b8b25ac46daa9e..75bb19f428b9bc0a54639c51e6afb760c1fd3489 100644 |
| --- a/components/safe_browsing_db/android/safe_browsing_api_handler_bridge.h |
| +++ b/components/safe_browsing_db/android/safe_browsing_api_handler_bridge.h |
| @@ -4,8 +4,8 @@ |
| // |
| // Glue to pass Safe Browsing API requests between Chrome and GMSCore |
| -#ifndef COMPONENTS_SAFE_BROWSING_DB_SAFE_BROWSING_API_HANDLER_BRIDGE_H_ |
| -#define COMPONENTS_SAFE_BROWSING_DB_SAFE_BROWSING_API_HANDLER_BRIDGE_H_ |
| +#ifndef COMPONENTS_SAFE_BROWSING_ANDROID_SAFE_BROWSING_API_HANDLER_BRIDGE_H_ |
|
lpz
2017/05/11 18:17:36
should this change be made even if the file didn't
timvolodine
2017/05/12 11:31:09
ah yes, sorry, thanks for catching this, this shou
|
| +#define COMPONENTS_SAFE_BROWSING_ANDROID_SAFE_BROWSING_API_HANDLER_BRIDGE_H_ |
| #include <jni.h> |
| @@ -45,4 +45,4 @@ class SafeBrowsingApiHandlerBridge : public SafeBrowsingApiHandler { |
| }; |
| } // namespace safe_browsing |
| -#endif // COMPONENTS_SAFE_BROWSING_DB_SAFE_BROWSING_API_HANDLER_BRIDGE_H_ |
| +#endif // COMPONENTS_SAFE_BROWSING_ANDROID_SAFE_BROWSING_API_HANDLER_BRIDGE_H_ |