Chromium Code Reviews

Unified Diff: blimp/client/app/blimp_discardable_memory_allocator.h

Issue 1852953002: Fix a bunch of IWYU violators that don't include scoped_ptr.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comment Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « ash/wm/gestures/long_press_affordance_handler.h ('k') | blimp/net/blimp_message_multiplexer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/app/blimp_discardable_memory_allocator.h
diff --git a/blimp/client/app/blimp_discardable_memory_allocator.h b/blimp/client/app/blimp_discardable_memory_allocator.h
index 382b09bd7e5ece94688818d52e2df42e0699034e..52b8c7ec557ec9db6dcb8fbdc4df62743f9d3fc9 100644
--- a/blimp/client/app/blimp_discardable_memory_allocator.h
+++ b/blimp/client/app/blimp_discardable_memory_allocator.h
@@ -9,6 +9,7 @@
#include "base/macros.h"
#include "base/memory/discardable_memory_allocator.h"
+#include "base/memory/scoped_ptr.h"
#include "base/synchronization/lock.h"
namespace blimp {
« no previous file with comments | « ash/wm/gestures/long_press_affordance_handler.h ('k') | blimp/net/blimp_message_multiplexer.h » ('j') | no next file with comments »

Powered by Google App Engine