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

Unified Diff: blimp/net/connection_handler.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. 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 | « blimp/net/blimp_message_multiplexer.h ('k') | cc/debug/devtools_instrumentation.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/net/connection_handler.h
diff --git a/blimp/net/connection_handler.h b/blimp/net/connection_handler.h
index b9d37f6199163030cd2fff0de551bda0a49eab72..5e54740e8162291164faf3a3c671c7cce4acab85 100644
--- a/blimp/net/connection_handler.h
+++ b/blimp/net/connection_handler.h
@@ -5,6 +5,8 @@
#ifndef BLIMP_NET_CONNECTION_HANDLER_H_
#define BLIMP_NET_CONNECTION_HANDLER_H_
+#include "base/memory/scoped_ptr.h"
+
namespace blimp {
class BlimpConnection;
« no previous file with comments | « blimp/net/blimp_message_multiplexer.h ('k') | cc/debug/devtools_instrumentation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698