Fix include in auto-generated well_known_types_embed.cc

Restore include style fix (e3da722) that has been trampled by
auto-generation of well_known_types_embed.cc
pull/2536/head
Julien Brianceau 8 years ago
parent f52e188fe4
commit 4455cdf7ee
  1. 2
      src/google/protobuf/compiler/js/embed.cc

@ -98,7 +98,7 @@ static void AddFile(const char* name, std::basic_ostream<char>* out) {
int main(int argc, char *argv[]) {
std::cout << "#include "
"\"google/protobuf/compiler/js/well_known_types_embed.h\"\n";
"<google/protobuf/compiler/js/well_known_types_embed.h>\n";
std::cout << "struct FileToc well_known_types_js[] = {\n";
for (int i = 1; i < argc; i++) {

Loading…
Cancel
Save