Skip to content

Commit

Permalink
Fix some protobuf issues (unnecessary imports, missing syntax) detect…
Browse files Browse the repository at this point in the history
…ed with a

new version of the protobuf compiler.

BUG=none
TEST=none

Review URL: https://codereview.chromium.org/1279683004

Cr-Commit-Position: refs/heads/master@{#342766}
  • Loading branch information
pkasting authored and Commit bot committed Aug 11, 2015
1 parent 2e0f3bd commit 7ec6bd5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion components/copresence/proto/rpcs.proto
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package copresence;
option optimize_for = LITE_RUNTIME;
import "codes.proto";
import "config_data.proto";
import "enums.proto";
import "data.proto";
message RequestHeader {
optional ClientVersion client_version = 4;
Expand Down
1 change: 0 additions & 1 deletion components/feedback/proto/web.proto
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ option optimize_for = LITE_RUNTIME;

import "annotations.proto";
import "dom.proto";
import "math.proto";

// Data present in feedbacks sent from web extension.
message WebData {
Expand Down
1 change: 1 addition & 0 deletions gpu/command_buffer/service/disk_cache_proto.proto
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
syntax = "proto2";
option optimize_for = LITE_RUNTIME;

message ShaderVariableProto {
Expand Down

0 comments on commit 7ec6bd5

Please sign in to comment.