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

Unified Diff: components/nacl/loader/nacl_trusted_listener.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/nacl/loader/nacl_trusted_listener.cc
diff --git a/components/nacl/loader/nacl_trusted_listener.cc b/components/nacl/loader/nacl_trusted_listener.cc
index a84cdfc1cfb109099c9e38a1eb39f6efe6ff4024..8f0aaef779878a97b041f73a78e3be5ad7a7bfad 100644
--- a/components/nacl/loader/nacl_trusted_listener.cc
+++ b/components/nacl/loader/nacl_trusted_listener.cc
@@ -4,6 +4,7 @@
#include "components/nacl/loader/nacl_trusted_listener.h"
+#include "base/memory/ptr_util.h"
#include "base/single_thread_task_runner.h"
#include "build/build_config.h"
#include "mojo/public/cpp/bindings/strong_binding.h"
« no previous file with comments | « components/nacl/common/nacl_service.cc ('k') | components/ntp_snippets/remote/remote_suggestions_database.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698