| Index: dbus/message.cc
|
| diff --git a/dbus/message.cc b/dbus/message.cc
|
| index c8663f72ad682ce21c4339d09971a8869eed829b..b33345ec23655b2e04ab77889a6866ad461fb50a 100644
|
| --- a/dbus/message.cc
|
| +++ b/dbus/message.cc
|
| @@ -13,12 +13,7 @@
|
| #include "base/strings/string_util.h"
|
| #include "base/strings/stringprintf.h"
|
| #include "dbus/object_path.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 {
|
|
|
|
|