Skip to content

Commit

Permalink
style: use build/include_directory for NOLINT (#23459)
Browse files Browse the repository at this point in the history
  • Loading branch information
nornagon committed May 7, 2020
1 parent ee20443 commit ae89560
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion atom/app/atom_content_client.cc
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,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"
Expand Down
2 changes: 1 addition & 1 deletion atom/app/uv_task_runner.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 atom {

Expand Down
2 changes: 1 addition & 1 deletion atom/browser/javascript_environment.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion atom/common/api/electron_bindings.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#include "base/process/process_metrics.h"
#include "base/strings/string16.h"
#include "native_mate/arguments.h"
#include "uv.h" // NOLINT(build/include)
#include "uv.h" // NOLINT(build/include_directory)
#include "v8/include/v8.h"

namespace mate {
Expand Down
2 changes: 1 addition & 1 deletion atom/common/atom_command_line.cc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include "atom/common/atom_command_line.h"

#include "base/command_line.h"
#include "uv.h" // NOLINT(build/include)
#include "uv.h" // NOLINT(build/include_directory)

namespace atom {

Expand Down
2 changes: 1 addition & 1 deletion atom/common/node_bindings.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion atom/renderer/renderer_client_base.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#include "content/public/renderer/content_renderer_client.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
Expand Down

0 comments on commit ae89560

Please sign in to comment.