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

Unified Diff: content/child/memory/child_memory_coordinator_impl_android.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
« no previous file with comments | « content/child/memory/child_memory_coordinator_impl.cc ('k') | content/ppapi_plugin/ppapi_thread.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/memory/child_memory_coordinator_impl_android.cc
diff --git a/content/child/memory/child_memory_coordinator_impl_android.cc b/content/child/memory/child_memory_coordinator_impl_android.cc
index 4a70116b5c4360361f40bf69b201473119d22314..4c4efeff37af6e36d26c18aa2d4c29fec2e30b9e 100644
--- a/content/child/memory/child_memory_coordinator_impl_android.cc
+++ b/content/child/memory/child_memory_coordinator_impl_android.cc
@@ -2,6 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+#include "base/memory/ptr_util.h"
#include "content/child/memory/child_memory_coordinator_impl_android.h"
namespace content {
« no previous file with comments | « content/child/memory/child_memory_coordinator_impl.cc ('k') | content/ppapi_plugin/ppapi_thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698