From e452dd6b5e246cefa134695a25d6c15a7c1df987 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Sat, 14 Sep 2024 20:23:36 -0500 Subject: [PATCH] chore: remove unused #include --- shell/browser/api/electron_api_web_contents.cc | 1 + shell/common/api/electron_bindings.cc | 1 + shell/common/gin_helper/promise.h | 1 - 3 files changed, 2 insertions(+), 1 deletion(-) diff --git a/shell/browser/api/electron_api_web_contents.cc b/shell/browser/api/electron_api_web_contents.cc index 93f0cd25aa..1dd146c692 100644 --- a/shell/browser/api/electron_api_web_contents.cc +++ b/shell/browser/api/electron_api_web_contents.cc @@ -125,6 +125,7 @@ #include "shell/common/gin_converters/value_converter.h" #include "shell/common/gin_helper/dictionary.h" #include "shell/common/gin_helper/error_thrower.h" +#include "shell/common/gin_helper/locker.h" #include "shell/common/gin_helper/object_template_builder.h" #include "shell/common/gin_helper/promise.h" #include "shell/common/language_util.h" diff --git a/shell/common/api/electron_bindings.cc b/shell/common/api/electron_bindings.cc index acae6ba083..487bab7e35 100644 --- a/shell/common/api/electron_bindings.cc +++ b/shell/common/api/electron_bindings.cc @@ -20,6 +20,7 @@ #include "shell/common/application_info.h" #include "shell/common/gin_converters/file_path_converter.h" #include "shell/common/gin_helper/dictionary.h" +#include "shell/common/gin_helper/locker.h" #include "shell/common/gin_helper/microtasks_scope.h" #include "shell/common/gin_helper/promise.h" #include "shell/common/heap_snapshot.h" diff --git a/shell/common/gin_helper/promise.h b/shell/common/gin_helper/promise.h index bee4e803e7..1fc1832f01 100644 --- a/shell/common/gin_helper/promise.h +++ b/shell/common/gin_helper/promise.h @@ -15,7 +15,6 @@ #include "base/memory/scoped_refptr.h" #include "base/task/task_runner.h" #include "shell/common/gin_converters/std_converter.h" -#include "shell/common/gin_helper/locker.h" #include "shell/common/gin_helper/microtasks_scope.h" #include "v8/include/v8-context.h"