diff --git a/shell/common/node_includes.h b/shell/common/node_includes.h index 4789a4f93..78d8eb14b 100644 --- a/shell/common/node_includes.h +++ b/shell/common/node_includes.h @@ -5,7 +5,7 @@ #ifndef SHELL_COMMON_NODE_INCLUDES_H_ #define SHELL_COMMON_NODE_INCLUDES_H_ -#include "base/logging.h" +#include "base/check.h" // Include common headers for using node APIs. diff --git a/shell/common/v8_value_converter.cc b/shell/common/v8_value_converter.cc index 9f0c559be..46674718f 100644 --- a/shell/common/v8_value_converter.cc +++ b/shell/common/v8_value_converter.cc @@ -10,6 +10,7 @@ #include #include +#include "base/logging.h" #include "base/values.h" #include "shell/common/gin_helper/dictionary.h" #include "shell/common/node_bindings.h"