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

Unified Diff: components/startup_metric_utils/browser/startup_metric_host_impl.cc

Issue 2598963005: Include-what-you-use for WrapUnique/MakeUnique. (Closed)
Patch Set: restore order of includes in x11_topmost_window_finder_interactive_uitest.cc Created 4 years 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
Index: components/startup_metric_utils/browser/startup_metric_host_impl.cc
diff --git a/components/startup_metric_utils/browser/startup_metric_host_impl.cc b/components/startup_metric_utils/browser/startup_metric_host_impl.cc
index d64d62602bc592208cbe3107392a0f6c0488fbdc..bcb1259f85e853ab81174062d4b08cdebe16771b 100644
--- a/components/startup_metric_utils/browser/startup_metric_host_impl.cc
+++ b/components/startup_metric_utils/browser/startup_metric_host_impl.cc
@@ -4,6 +4,7 @@
#include "components/startup_metric_utils/browser/startup_metric_host_impl.h"
+#include "base/memory/ptr_util.h"
#include "components/startup_metric_utils/browser/startup_metric_utils.h"
#include "mojo/public/cpp/bindings/strong_binding.h"
« no previous file with comments | « components/safe_json/utility/safe_json_parser_mojo_impl.cc ('k') | components/sync/driver/async_directory_type_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698