Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7798)

Unified Diff: chrome/common/safe_browsing/safebrowsing_messages.h

Issue 397853002: Refactor safe-browsing build-config definitions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: cleanup gn files Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/common/safe_browsing/safebrowsing_messages.h
diff --git a/chrome/common/safe_browsing/safebrowsing_messages.h b/chrome/common/safe_browsing/safebrowsing_messages.h
index 5c67804901875b94a1a0a8d10e9a77d3aa367904..b91f3735bc8f5b32b336b5b00e3a3c0d1aab6f7f 100644
--- a/chrome/common/safe_browsing/safebrowsing_messages.h
+++ b/chrome/common/safe_browsing/safebrowsing_messages.h
@@ -10,7 +10,7 @@
#include "ipc/ipc_message_macros.h"
#include "url/gurl.h"
-#if !defined(FULL_SAFE_BROWSING) && !defined(MOBILE_SAFE_BROWSING)
+#if !defined(SAFE_BROWSING_SERVICE)
#error "Safe browsing should be enabled"
#endif

Powered by Google App Engine
This is Rietveld 408576698