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

Unified Diff: components/safe_browsing_db/v4_rice.h

Issue 2748203002: Remove usage of USE_SYSTEM_PROTOBUF (Closed)
Patch Set: Rebase Created 3 years, 9 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
« no previous file with comments | « components/omnibox/browser/url_index_private_data.cc ('k') | dbus/message.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/safe_browsing_db/v4_rice.h
diff --git a/components/safe_browsing_db/v4_rice.h b/components/safe_browsing_db/v4_rice.h
index 4f095ca16ee99f1794b61a09bcc3364c2e85810f..8d3f816fd76e8c0eac13b2a478dda294e9cafcb4 100644
--- a/components/safe_browsing_db/v4_rice.h
+++ b/components/safe_browsing_db/v4_rice.h
@@ -12,12 +12,7 @@
#include <string>
#include <vector>
#include "base/gtest_prod_util.h"
-
-#if defined(USE_SYSTEM_PROTOBUF)
-#include <google/protobuf/repeated_field.h>
-#else
#include "third_party/protobuf/src/google/protobuf/repeated_field.h"
-#endif
namespace safe_browsing {
« no previous file with comments | « components/omnibox/browser/url_index_private_data.cc ('k') | dbus/message.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698