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

Unified Diff: chrome/browser/ssl/BUILD.gn

Issue 2641423002: Rename TLS error assistant to SSL error assistant (Closed)
Patch Set: Year Created 3 years, 11 months 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: 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",
]
}

Powered by Google App Engine
This is Rietveld 408576698