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

Unified Diff: content/browser/byte_stream.h

Issue 21839002: Clean up on byte_stream (mainly style and includes) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 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 | « no previous file | content/browser/byte_stream.cc » ('j') | content/browser/byte_stream.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/byte_stream.h
diff --git a/content/browser/byte_stream.h b/content/browser/byte_stream.h
index b16664f3142a3f67197131e8d9c23ff0a0584363..7146e7942a6e16c0423423d8deba1106d4ad23ae 100644
--- a/content/browser/byte_stream.h
+++ b/content/browser/byte_stream.h
@@ -5,19 +5,15 @@
#ifndef CONTENT_BROWSER_BYTE_STREAM_H_
#define CONTENT_BROWSER_BYTE_STREAM_H_
-#include <deque>
-#include <set>
-#include <utility>
-
#include "base/callback.h"
#include "base/memory/ref_counted.h"
-#include "base/synchronization/lock.h"
+#include "base/memory/scoped_ptr.h"
#include "content/common/content_export.h"
#include "net/base/io_buffer.h"
namespace base {
class SequencedTaskRunner;
-}
+} // namespace base
Randy Smith (Not in Mondays) 2013/08/02 18:43:05 Can you give me a pointer to the section of the st
tyoshino (SeeGerritForStatus) 2013/08/05 07:53:11 Yes, it's not explicitly stated but a common pract
namespace content {
« no previous file with comments | « no previous file | content/browser/byte_stream.cc » ('j') | content/browser/byte_stream.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698