| Index: chrome/browser/history/url_index_private_data.cc
|
| diff --git a/chrome/browser/history/url_index_private_data.cc b/chrome/browser/history/url_index_private_data.cc
|
| index c44333fa882f7d454234d3cf8dc14359a9feca68..ca38009bfd354a001da8f22fe28a903349a28754 100644
|
| --- a/chrome/browser/history/url_index_private_data.cc
|
| +++ b/chrome/browser/history/url_index_private_data.cc
|
| @@ -28,7 +28,12 @@
|
| #include "content/public/browser/notification_service.h"
|
| #include "content/public/browser/notification_source.h"
|
| #include "net/base/net_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
|
|
|
| using google::protobuf::RepeatedField;
|
| using google::protobuf::RepeatedPtrField;
|
|
|