From 7d527ccd5c02845411c8d52ee4f3a7901f41f117 Mon Sep 17 00:00:00 2001 From: Sergey P Date: Tue, 6 Dec 2022 19:29:24 +0300 Subject: [PATCH] Fixed presubmit checks --- browser/ui/views/frame/brave_browser_view.cc | 4 ++-- browser/ui/views/frame/brave_browser_view.h | 4 ++-- test/BUILD.gn | 5 +++++ 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/browser/ui/views/frame/brave_browser_view.cc b/browser/ui/views/frame/brave_browser_view.cc index fac9bb71b62d..a622e20895f3 100644 --- a/browser/ui/views/frame/brave_browser_view.cc +++ b/browser/ui/views/frame/brave_browser_view.cc @@ -1,7 +1,7 @@ -/* Copyright 2019 The Brave Authors. All rights reserved. +/* Copyright (c) 2019 The Brave Authors. All rights reserved. * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this file, - * You can obtain one at http://mozilla.org/MPL/2.0/. */ + * You can obtain one at https://mozilla.org/MPL/2.0/. */ #include "brave/browser/ui/views/frame/brave_browser_view.h" diff --git a/browser/ui/views/frame/brave_browser_view.h b/browser/ui/views/frame/brave_browser_view.h index 24f8a92c2a0c..4c2feb5717d3 100644 --- a/browser/ui/views/frame/brave_browser_view.h +++ b/browser/ui/views/frame/brave_browser_view.h @@ -1,7 +1,7 @@ -/* Copyright 2019 The Brave Authors. All rights reserved. +/* Copyright (c) 2019 The Brave Authors. All rights reserved. * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this file, - * You can obtain one at http://mozilla.org/MPL/2.0/. */ + * You can obtain one at https://mozilla.org/MPL/2.0/. */ #ifndef BRAVE_BROWSER_UI_VIEWS_FRAME_BRAVE_BROWSER_VIEW_H_ #define BRAVE_BROWSER_UI_VIEWS_FRAME_BRAVE_BROWSER_VIEW_H_ diff --git a/test/BUILD.gn b/test/BUILD.gn index bbbc18b667af..9a4bd5f1edff 100644 --- a/test/BUILD.gn +++ b/test/BUILD.gn @@ -1,3 +1,8 @@ +# Copyright (c) 2017 The Brave Authors. All rights reserved. +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this file, +# You can obtain one at https://mozilla.org/MPL/2.0/. + import("//brave/android/android_browser_tests.gni") import("//brave/browser/ethereum_remote_client/buildflags/buildflags.gni") import("//brave/browser/metrics/buildflags/buildflags.gni")