| Index: content/public/common/content_client.h
|
| diff --git a/content/common/content_client.h b/content/public/common/content_client.h
|
| similarity index 96%
|
| rename from content/common/content_client.h
|
| rename to content/public/common/content_client.h
|
| index 154646b6bdc493497bfae7622f3406cd8d5dd96e..16bec6355918a16604461432a6d09f9f1018d579 100644
|
| --- a/content/common/content_client.h
|
| +++ b/content/public/common/content_client.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_CONTENT_CLIENT_H_
|
| -#define CONTENT_COMMON_CONTENT_CLIENT_H_
|
| +#ifndef CONTENT_PUBLIC_COMMON_CONTENT_CLIENT_H_
|
| +#define CONTENT_PUBLIC_COMMON_CONTENT_CLIENT_H_
|
| #pragma once
|
|
|
| #include <string>
|
| @@ -116,4 +116,4 @@ class CONTENT_EXPORT ContentClient {
|
|
|
| } // namespace content
|
|
|
| -#endif // CONTENT_COMMON_CONTENT_CLIENT_H_
|
| +#endif // CONTENT_PUBLIC_COMMON_CONTENT_CLIENT_H_
|
|
|