diff options
author | Allan Sandfeld Jensen <allan.jensen@qt.io> | 2020-10-12 14:27:29 +0200 |
---|---|---|
committer | Allan Sandfeld Jensen <allan.jensen@qt.io> | 2020-10-13 09:35:20 +0000 |
commit | c30a6232df03e1efbd9f3b226777b07e087a1122 (patch) | |
tree | e992f45784689f373bcc38d1b79a239ebe17ee23 /chromium/components/leveldb_proto | |
parent | 7b5b123ac58f58ffde0f4f6e488bcd09aa4decd3 (diff) | |
download | qtwebengine-chromium-85-based.tar.gz |
BASELINE: Update Chromium to 85.0.4183.14085-based
Change-Id: Iaa42f4680837c57725b1344f108c0196741f6057
Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'chromium/components/leveldb_proto')
3 files changed, 3 insertions, 0 deletions
diff --git a/chromium/components/leveldb_proto/internal/leveldb_database.cc b/chromium/components/leveldb_proto/internal/leveldb_database.cc index 5f59569fff0..8ea0458263a 100644 --- a/chromium/components/leveldb_proto/internal/leveldb_database.cc +++ b/chromium/components/leveldb_proto/internal/leveldb_database.cc @@ -11,6 +11,7 @@ #include "base/bind.h" #include "base/files/file_path.h" #include "base/files/file_util.h" +#include "base/logging.h" #include "base/metrics/histogram.h" #include "base/strings/string_number_conversions.h" #include "base/strings/string_split.h" diff --git a/chromium/components/leveldb_proto/internal/unique_proto_database.cc b/chromium/components/leveldb_proto/internal/unique_proto_database.cc index 753f94cc9b1..a3fa469d6c9 100644 --- a/chromium/components/leveldb_proto/internal/unique_proto_database.cc +++ b/chromium/components/leveldb_proto/internal/unique_proto_database.cc @@ -7,6 +7,7 @@ #include <memory> #include <utility> +#include "base/logging.h" #include "base/sequenced_task_runner.h" #include "components/leveldb_proto/internal/leveldb_database.h" #include "components/leveldb_proto/internal/proto_leveldb_wrapper.h" diff --git a/chromium/components/leveldb_proto/public/shared_proto_database_client_list.cc b/chromium/components/leveldb_proto/public/shared_proto_database_client_list.cc index c5093b50e6a..1161de30caa 100644 --- a/chromium/components/leveldb_proto/public/shared_proto_database_client_list.cc +++ b/chromium/components/leveldb_proto/public/shared_proto_database_client_list.cc @@ -11,6 +11,7 @@ #include "base/metrics/field_trial_params.h" #include "base/stl_util.h" +#include "base/notreached.h" #include "components/leveldb_proto/internal/leveldb_proto_feature_list.h" namespace leveldb_proto { |