diff --git a/shell/app/electron_content_client.cc b/shell/app/electron_content_client.cc index 445ab1d82e591..89d1b756c7c1d 100644 --- a/shell/app/electron_content_client.cc +++ b/shell/app/electron_content_client.cc @@ -25,7 +25,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 183bf1b4e3113..5780606846707 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 51ff4da195e5b..d489d3feb6390 100644 --- a/shell/common/api/electron_bindings.h +++ b/shell/common/api/electron_bindings.h @@ -14,7 +14,7 @@ #include "base/process/process_metrics.h" #include "base/strings/string16.h" #include "shell/common/gin_helper/promise.h" -#include "uv.h" // NOLINT(build/include) +#include "uv.h" // NOLINT(build/include_directory) namespace gin_helper { class Arguments; 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 24bb0873763aa..76544e7553d87 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 aded8a0543c5a..128199bbe0dc4 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