summaryrefslogtreecommitdiffstats
path: root/third_party/protobuf/src
diff options
context:
space:
mode:
authorJohn Abd-El-Malek <jam@chromium.org>2015-04-01 12:44:14 -0700
committerJohn Abd-El-Malek <jam@chromium.org>2015-04-01 19:45:52 +0000
commit5b6373fbaed471c766ec691ad2c816abbc482d29 (patch)
tree8a53c8f3afd97fc837c5ff1305fc474d4215acdc /third_party/protobuf/src
parent6932a19f6429d867eab2114a6a3019484c0f20b3 (diff)
downloadchromium_src-5b6373fbaed471c766ec691ad2c816abbc482d29.zip
chromium_src-5b6373fbaed471c766ec691ad2c816abbc482d29.tar.gz
chromium_src-5b6373fbaed471c766ec691ad2c816abbc482d29.tar.bz2
Make checkdeps.py check third_party.
For this first cl, it's only checking checked in code. I've had to add DEPS files to make it pass, since some of this code legitimately uses base etc... BUG=469692 R=brettw@chromium.org Review URL: https://codereview.chromium.org/1045863002 Cr-Commit-Position: refs/heads/master@{#323302}
Diffstat (limited to 'third_party/protobuf/src')
-rw-r--r--third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc2
-rw-r--r--third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h2
-rw-r--r--third_party/protobuf/src/google/protobuf/descriptor.pb.cc2
3 files changed, 3 insertions, 3 deletions
diff --git a/third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc b/third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc
index 8dcc604..32c8f08 100644
--- a/third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc
+++ b/third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc
@@ -2,7 +2,7 @@
// source: google/protobuf/compiler/plugin.proto
#define INTERNAL_SUPPRESS_PROTOBUF_FIELD_DEPRECATION
-#include "google/protobuf/compiler/plugin.pb.h"
+#include <google/protobuf/compiler/plugin.pb.h>
#include <algorithm>
diff --git a/third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h b/third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h
index 6aa1661..886e4a6 100644
--- a/third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h
+++ b/third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h
@@ -24,7 +24,7 @@
#include <google/protobuf/repeated_field.h>
#include <google/protobuf/extension_set.h>
#include <google/protobuf/unknown_field_set.h>
-#include "google/protobuf/descriptor.pb.h"
+#include <google/protobuf/descriptor.pb.h>
// @@protoc_insertion_point(includes)
namespace google {
diff --git a/third_party/protobuf/src/google/protobuf/descriptor.pb.cc b/third_party/protobuf/src/google/protobuf/descriptor.pb.cc
index b8ace41..48d2864 100644
--- a/third_party/protobuf/src/google/protobuf/descriptor.pb.cc
+++ b/third_party/protobuf/src/google/protobuf/descriptor.pb.cc
@@ -2,7 +2,7 @@
// source: google/protobuf/descriptor.proto
#define INTERNAL_SUPPRESS_PROTOBUF_FIELD_DEPRECATION
-#include "google/protobuf/descriptor.pb.h"
+#include <google/protobuf/descriptor.pb.h>
#include <algorithm>