diff --git a/shell/app/electron_content_client.cc b/shell/app/electron_content_client.cc index 6f0ec3dfe28b7..cf7f2bc640a2e 100644 --- a/shell/app/electron_content_client.cc +++ b/shell/app/electron_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 98e0d2f18273c..32bdf6d7e398b 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/electron_command_line.cc b/shell/common/electron_command_line.cc index 4bc0e2e2c1abd..765c199b92be4 100644 --- a/shell/common/electron_command_line.cc +++ b/shell/common/electron_command_line.cc @@ -5,7 +5,7 @@ #include "shell/common/electron_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 70c673d0bffeb..07301ef05e55c 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