| Index: content/public/common/resource_request_completion_status.h
|
| diff --git a/content/common/resource_request_completion_status.h b/content/public/common/resource_request_completion_status.h
|
| similarity index 86%
|
| rename from content/common/resource_request_completion_status.h
|
| rename to content/public/common/resource_request_completion_status.h
|
| index 073704e269484eae420151a5846717904430388e..2a50977f4ce901a42359617c3eb39788e5a59ffc 100644
|
| --- a/content/common/resource_request_completion_status.h
|
| +++ b/content/public/common/resource_request_completion_status.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_COMMON_RESOURCE_REQUEST_COMPLETION_STATUS_H_
|
| -#define CONTENT_COMMON_RESOURCE_REQUEST_COMPLETION_STATUS_H_
|
| +#ifndef CONTENT_PUBLIC_COMMON_RESOURCE_REQUEST_COMPLETION_STATUS_H_
|
| +#define CONTENT_PUBLIC_COMMON_RESOURCE_REQUEST_COMPLETION_STATUS_H_
|
|
|
| #include <stdint.h>
|
| #include <string>
|
| @@ -46,4 +46,4 @@ struct CONTENT_EXPORT ResourceRequestCompletionStatus {
|
|
|
| } // namespace content
|
|
|
| -#endif // CONTENT_COMMON_RESOURCE_REQUEST_COMPLETION_STATUS_H_
|
| +#endif // CONTENT_PUBLIC_COMMON_RESOURCE_REQUEST_COMPLETION_STATUS_H_
|
|
|