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

Unified Diff: blimp/client/app/android/blimp_environment.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 | « ash/wm/system_modal_container_layout_manager_unittest.cc ('k') | blimp/client/app/linux/blimp_main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/app/android/blimp_environment.cc
diff --git a/blimp/client/app/android/blimp_environment.cc b/blimp/client/app/android/blimp_environment.cc
index c8ee78468b24f0306fc24b8c368089c17c46dc9d..ea99a7b6768558bddf673ea0e1804c117975b2ab 100644
--- a/blimp/client/app/android/blimp_environment.cc
+++ b/blimp/client/app/android/blimp_environment.cc
@@ -10,6 +10,7 @@
#include "base/command_line.h"
#include "base/files/file.h"
#include "base/files/memory_mapped_file.h"
+#include "base/memory/ptr_util.h"
#include "base/threading/thread.h"
#include "blimp/client/app/android/blimp_client_context_delegate_android.h"
#include "blimp/client/app/blimp_startup.h"
« no previous file with comments | « ash/wm/system_modal_container_layout_manager_unittest.cc ('k') | blimp/client/app/linux/blimp_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698