Chromium Code Reviews| Index: chrome/browser/ssl/BUILD.gn |
| diff --git a/chrome/browser/ssl/BUILD.gn b/chrome/browser/ssl/BUILD.gn |
| index 0d3665141f95ce886df6ee9706d0c86cc63c7bb7..c72de776528664c85fb2c2683cb73a1d9846a04f 100644 |
| --- a/chrome/browser/ssl/BUILD.gn |
| +++ b/chrome/browser/ssl/BUILD.gn |
| @@ -1,4 +1,4 @@ |
| -# Copyright 2014 The Chromium Authors. All rights reserved. |
| +# Copyright 2016 The Chromium Authors. All rights reserved. |
|
Nathan Parker
2017/01/20 23:14:51
well, 2017, but I'm not nitpicking
meacer
2017/01/21 02:24:20
Done.
|
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| @@ -6,6 +6,6 @@ import("//third_party/protobuf/proto_library.gni") |
| proto_library("proto") { |
| sources = [ |
| - "tls_error_assistant.proto", |
| + "ssl_error_assistant.proto", |
| ] |
| } |