| Index: chrome/browser/ssl/BUILD.gn
|
| diff --git a/chrome/browser/ssl/BUILD.gn b/chrome/browser/ssl/BUILD.gn
|
| index 0d3665141f95ce886df6ee9706d0c86cc63c7bb7..56939d243b4b46c915221147166bb05884996f46 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 2017 The Chromium Authors. All rights reserved.
|
| # 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",
|
| ]
|
| }
|
|
|