| Index: content/common/throttling_url_loader.cc
|
| diff --git a/content/child/throttling_url_loader.cc b/content/common/throttling_url_loader.cc
|
| similarity index 99%
|
| rename from content/child/throttling_url_loader.cc
|
| rename to content/common/throttling_url_loader.cc
|
| index fc77bc13de5de51fc79f5031c5425f3d605be1f4..9f258c9d088eb45119684147f6e08bda2be1f69f 100644
|
| --- a/content/child/throttling_url_loader.cc
|
| +++ b/content/common/throttling_url_loader.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "content/child/throttling_url_loader.h"
|
| +#include "content/common/throttling_url_loader.h"
|
|
|
| namespace content {
|
|
|
|
|