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

Unified Diff: third_party/protobuf/src/google/protobuf/compiler/zip_writer.h

Issue 2495533002: third_party/protobuf: Update to HEAD (83d681ee2c) (Closed)
Patch Set: Make chrome settings proto generated file a component Created 4 years 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
Index: third_party/protobuf/src/google/protobuf/compiler/zip_writer.h
diff --git a/third_party/protobuf/src/google/protobuf/compiler/zip_writer.h b/third_party/protobuf/src/google/protobuf/compiler/zip_writer.h
index 602e508e2d251c0de00d1ba549f5f1bd619ef7c2..03db4d573cc0654e9d9e1bcc70145e95ed9f9bde 100644
--- a/third_party/protobuf/src/google/protobuf/compiler/zip_writer.h
+++ b/third_party/protobuf/src/google/protobuf/compiler/zip_writer.h
@@ -85,7 +85,7 @@ class ZipWriter {
};
io::ZeroCopyOutputStream* raw_output_;
- vector<FileInfo> files_;
+ std::vector<FileInfo> files_;
};
} // namespace compiler
« no previous file with comments | « third_party/protobuf/src/google/protobuf/compiler/subprocess.cc ('k') | third_party/protobuf/src/google/protobuf/descriptor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698