| Index: content/public/common/url_loader_throttle.h
|
| diff --git a/content/public/child/url_loader_throttle.h b/content/public/common/url_loader_throttle.h
|
| similarity index 92%
|
| rename from content/public/child/url_loader_throttle.h
|
| rename to content/public/common/url_loader_throttle.h
|
| index e72a4ff253b0391b91e68b6a7c01b9620f4a6933..e288f5f01c54d923783efa0cce7adc50756b96d5 100644
|
| --- a/content/public/child/url_loader_throttle.h
|
| +++ b/content/public/common/url_loader_throttle.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CONTENT_PUBLIC_RENDERER_URL_LOADER_THROTTLE_H_
|
| -#define CONTENT_PUBLIC_RENDERER_URL_LOADER_THROTTLE_H_
|
| +#ifndef CONTENT_PUBLIC_COMMON_URL_LOADER_THROTTLE_H_
|
| +#define CONTENT_PUBLIC_COMMON_URL_LOADER_THROTTLE_H_
|
|
|
| #include "content/common/content_export.h"
|
| #include "content/public/common/resource_type.h"
|
| @@ -64,4 +64,4 @@ class CONTENT_EXPORT URLLoaderThrottle {
|
|
|
| } // namespace content
|
|
|
| -#endif // CONTENT_PUBLIC_RENDERER_URL_LOADER_THROTTLE_H_
|
| +#endif // CONTENT_PUBLIC_COMMON_URL_LOADER_THROTTLE_H_
|
|
|