Reland "[base] Stop including check.h, notreached.h, etc. in logging.h"

https://chromium-review.googlesource.com/c/chromium/src/+/2264297
(cherry picked from commit 1407040133)
This commit is contained in:
deepak1556 2020-06-29 12:49:03 -07:00 коммит произвёл John Kleinschmidt
Родитель dfeb0d4372
Коммит e8db38261d
2 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -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.

Просмотреть файл

@ -10,6 +10,7 @@
#include <utility>
#include <vector>
#include "base/logging.h"
#include "base/values.h"
#include "shell/common/gin_helper/dictionary.h"
#include "shell/common/node_bindings.h"