From 5d0276499fd2023b9bb12c9a58288e5926286087 Mon Sep 17 00:00:00 2001 From: Sorah Fukumori Date: Sat, 25 Apr 2020 04:57:41 +0900 Subject: [PATCH] style: use build/include_directory for NOLINT (#23266) build/include linter was splitted to build/include_directory at depot_tools upstream. https://crrev.com/c/2159690 https://crbug.com/1073191 --- shell/app/atom_content_client.cc | 2 +- shell/app/uv_task_runner.h | 2 +- shell/browser/javascript_environment.h | 2 +- shell/common/api/electron_bindings.h | 2 +- shell/common/atom_command_line.cc | 2 +- shell/common/node_bindings.h | 2 +- shell/renderer/renderer_client_base.h | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/shell/app/atom_content_client.cc b/shell/app/atom_content_client.cc index fdf10be330d31..93e91a0a5bfc8 100644 --- a/shell/app/atom_content_client.cc +++ b/shell/app/atom_content_client.cc @@ -23,7 +23,7 @@ #include "ui/base/resource/resource_bundle.h" #include "url/url_constants.h" // In SHARED_INTERMEDIATE_DIR. -#include "widevine_cdm_version.h" // NOLINT(build/include) +#include "widevine_cdm_version.h" // NOLINT(build/include_directory) #if defined(WIDEVINE_CDM_AVAILABLE) #include "base/native_library.h" diff --git a/shell/app/uv_task_runner.h b/shell/app/uv_task_runner.h index e3abf385f7749..cd7b55005c664 100644 --- a/shell/app/uv_task_runner.h +++ b/shell/app/uv_task_runner.h @@ -10,7 +10,7 @@ #include "base/callback.h" #include "base/location.h" #include "base/single_thread_task_runner.h" -#include "uv.h" // NOLINT(build/include) +#include "uv.h" // NOLINT(build/include_directory) namespace electron { diff --git a/shell/browser/javascript_environment.h b/shell/browser/javascript_environment.h index 67a21a0386650..b3556f83783c0 100644 --- a/shell/browser/javascript_environment.h +++ b/shell/browser/javascript_environment.h @@ -9,7 +9,7 @@ #include "base/macros.h" #include "gin/public/isolate_holder.h" -#include "uv.h" // NOLINT(build/include) +#include "uv.h" // NOLINT(build/include_directory) namespace node { class Environment; diff --git a/shell/common/api/electron_bindings.h b/shell/common/api/electron_bindings.h index f6af18b10942d..ff67ed82ea622 100644 --- a/shell/common/api/electron_bindings.h +++ b/shell/common/api/electron_bindings.h @@ -15,7 +15,7 @@ #include "base/strings/string16.h" #include "native_mate/arguments.h" #include "shell/common/promise_util.h" -#include "uv.h" // NOLINT(build/include) +#include "uv.h" // NOLINT(build/include_directory) #include "v8/include/v8.h" namespace mate { diff --git a/shell/common/atom_command_line.cc b/shell/common/atom_command_line.cc index e29e2114780d6..3c95db5bc2aeb 100644 --- a/shell/common/atom_command_line.cc +++ b/shell/common/atom_command_line.cc @@ -5,7 +5,7 @@ #include "shell/common/atom_command_line.h" #include "base/command_line.h" -#include "uv.h" // NOLINT(build/include) +#include "uv.h" // NOLINT(build/include_directory) namespace electron { diff --git a/shell/common/node_bindings.h b/shell/common/node_bindings.h index 97815722444ec..e9aa7ceac5726 100644 --- a/shell/common/node_bindings.h +++ b/shell/common/node_bindings.h @@ -9,7 +9,7 @@ #include "base/macros.h" #include "base/memory/weak_ptr.h" #include "base/single_thread_task_runner.h" -#include "uv.h" // NOLINT(build/include) +#include "uv.h" // NOLINT(build/include_directory) #include "v8/include/v8.h" namespace base { diff --git a/shell/renderer/renderer_client_base.h b/shell/renderer/renderer_client_base.h index d06cf2508d34f..7c5082afc7ec8 100644 --- a/shell/renderer/renderer_client_base.h +++ b/shell/renderer/renderer_client_base.h @@ -13,7 +13,7 @@ #include "electron/buildflags/buildflags.h" #include "third_party/blink/public/web/web_local_frame.h" // In SHARED_INTERMEDIATE_DIR. -#include "widevine_cdm_version.h" // NOLINT(build/include) +#include "widevine_cdm_version.h" // NOLINT(build/include_directory) #if defined(WIDEVINE_CDM_AVAILABLE) #include "chrome/renderer/media/chrome_key_systems_provider.h" // nogncheck