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_ |