Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(56)

Unified Diff: third_party/WebKit/Source/platform/DEPS

Issue 2443103003: Remove unused include in sequenced_worker_pool.h (Closed)
Patch Set: merge up to r429325 Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « storage/browser/blob/blob_data_handle.cc ('k') | third_party/WebKit/Source/platform/WebTaskRunner.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/DEPS
diff --git a/third_party/WebKit/Source/platform/DEPS b/third_party/WebKit/Source/platform/DEPS
index a7d193bf0e048f1e6ae27f1b736110f4c211329f..ac20c752e89102a48fb2ba531dd6bf9d55f7028a 100644
--- a/third_party/WebKit/Source/platform/DEPS
+++ b/third_party/WebKit/Source/platform/DEPS
@@ -4,7 +4,6 @@ include_rules = [
"+base/bind.h",
"+base/callback.h",
"+base/files",
- "+base/test/fuzzed_data_provider.h",
"+base/guid.h",
"+base/json",
"+base/location.h",
@@ -13,11 +12,13 @@ include_rules = [
"+base/metrics/histogram_base.h",
"+base/metrics/histogram_samples.h",
"+base/metrics/sparse_histogram.h",
+ "+base/single_thread_task_runner.h",
"+base/strings/string_util.h",
"+base/strings/stringprintf.h",
"+base/synchronization/waitable_event.h",
"+base/sys_info.h",
"+base/test",
+ "+base/test/fuzzed_data_provider.h",
"+base/threading/thread_task_runner_handle.h",
"+base/time",
"+base/timer",
« no previous file with comments | « storage/browser/blob/blob_data_handle.cc ('k') | third_party/WebKit/Source/platform/WebTaskRunner.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698