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

Unified Diff: content/browser/byte_stream.h

Issue 12440036: Move ByteStream to content/browser (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebase Created 7 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 | « no previous file | content/browser/byte_stream.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/byte_stream.h
diff --git a/content/browser/download/byte_stream.h b/content/browser/byte_stream.h
similarity index 98%
rename from content/browser/download/byte_stream.h
rename to content/browser/byte_stream.h
index d8302ec8951cbbaed05bebf0ddfd65f56313cde0..dc702f0e907e0e81fffa0db96f25ec2e9166abd7 100644
--- a/content/browser/download/byte_stream.h
+++ b/content/browser/byte_stream.h
@@ -2,12 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CONTENT_BROWSER_DOWNLOAD_BYTE_STREAM_H_
-#define CONTENT_BROWSER_DOWNLOAD_BYTE_STREAM_H_
+#ifndef CONTENT_BROWSER_BYTE_STREAM_H_
+#define CONTENT_BROWSER_BYTE_STREAM_H_
+#include <deque>
#include <set>
#include <utility>
-#include <deque>
#include "base/callback.h"
#include "base/memory/ref_counted.h"
@@ -196,4 +196,4 @@ CONTENT_EXPORT void CreateByteStream(
} // namespace content
-#endif // CONTENT_BROWSER_DOWNLOAD_BYTE_STREAM_H_
+#endif // CONTENT_BROWSER_BYTE_STREAM_H_
« no previous file with comments | « no previous file | content/browser/byte_stream.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698