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

Unified Diff: remoting/protocol/message_serialization.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 | « remoting/protocol/message_decoder.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/message_serialization.h
diff --git a/remoting/protocol/message_serialization.h b/remoting/protocol/message_serialization.h
index cebc5aafb8fae33471b013700726013f84e59fb7..f05cae7bd6633b0becfe9c6509859582ccb1fafe 100644
--- a/remoting/protocol/message_serialization.h
+++ b/remoting/protocol/message_serialization.h
@@ -10,12 +10,7 @@
#include "net/base/io_buffer.h"
#include "remoting/base/compound_buffer.h"
-
-#if defined(USE_SYSTEM_PROTOBUF)
-#include <google/protobuf/message_lite.h>
-#else
#include "third_party/protobuf/src/google/protobuf/message_lite.h"
-#endif
namespace remoting {
namespace protocol {
« no previous file with comments | « remoting/protocol/message_decoder.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698