Index: content/browser/byte_stream.cc |
diff --git a/content/browser/download/byte_stream.cc b/content/browser/byte_stream.cc |
similarity index 99% |
rename from content/browser/download/byte_stream.cc |
rename to content/browser/byte_stream.cc |
index 26224ad6ff668d622274a652487cb3571af9f451..44f5ce341303b30809f9a953951bda7e87163182 100644 |
--- a/content/browser/download/byte_stream.cc |
+++ b/content/browser/byte_stream.cc |
@@ -2,12 +2,12 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "content/browser/download/byte_stream.h" |
+#include "content/browser/byte_stream.h" |
#include "base/bind.h" |
#include "base/location.h" |
-#include "base/memory/weak_ptr.h" |
#include "base/memory/ref_counted.h" |
+#include "base/memory/weak_ptr.h" |
#include "base/sequenced_task_runner.h" |
namespace content { |