File tree 7 files changed +7
-7
lines changed 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 25
25
#include " ui/base/resource/resource_bundle.h"
26
26
#include " url/url_constants.h"
27
27
// In SHARED_INTERMEDIATE_DIR.
28
- #include " widevine_cdm_version.h" // NOLINT(build/include )
28
+ #include " widevine_cdm_version.h" // NOLINT(build/include_directory )
29
29
30
30
#if defined(WIDEVINE_CDM_AVAILABLE)
31
31
#include " base/native_library.h"
Original file line number Diff line number Diff line change 10
10
#include " base/callback.h"
11
11
#include " base/location.h"
12
12
#include " base/single_thread_task_runner.h"
13
- #include " uv.h" // NOLINT(build/include )
13
+ #include " uv.h" // NOLINT(build/include_directory )
14
14
15
15
namespace electron {
16
16
Original file line number Diff line number Diff line change 9
9
10
10
#include " base/macros.h"
11
11
#include " gin/public/isolate_holder.h"
12
- #include " uv.h" // NOLINT(build/include )
12
+ #include " uv.h" // NOLINT(build/include_directory )
13
13
14
14
namespace node {
15
15
class Environment ;
Original file line number Diff line number Diff line change 14
14
#include " base/process/process_metrics.h"
15
15
#include " base/strings/string16.h"
16
16
#include " shell/common/gin_helper/promise.h"
17
- #include " uv.h" // NOLINT(build/include )
17
+ #include " uv.h" // NOLINT(build/include_directory )
18
18
19
19
namespace gin_helper {
20
20
class Arguments ;
Original file line number Diff line number Diff line change 5
5
#include " shell/common/electron_command_line.h"
6
6
7
7
#include " base/command_line.h"
8
- #include " uv.h" // NOLINT(build/include )
8
+ #include " uv.h" // NOLINT(build/include_directory )
9
9
10
10
namespace electron {
11
11
Original file line number Diff line number Diff line change 9
9
#include " base/macros.h"
10
10
#include " base/memory/weak_ptr.h"
11
11
#include " base/single_thread_task_runner.h"
12
- #include " uv.h" // NOLINT(build/include )
12
+ #include " uv.h" // NOLINT(build/include_directory )
13
13
#include " v8/include/v8.h"
14
14
15
15
namespace base {
Original file line number Diff line number Diff line change 13
13
#include " electron/buildflags/buildflags.h"
14
14
#include " third_party/blink/public/web/web_local_frame.h"
15
15
// In SHARED_INTERMEDIATE_DIR.
16
- #include " widevine_cdm_version.h" // NOLINT(build/include )
16
+ #include " widevine_cdm_version.h" // NOLINT(build/include_directory )
17
17
18
18
#if defined(WIDEVINE_CDM_AVAILABLE)
19
19
#include " chrome/renderer/media/chrome_key_systems_provider.h" // nogncheck
You can’t perform that action at this time.
0 commit comments