| Index: content/child/webmessageportchannel_impl.h
|
| diff --git a/content/common/webmessageportchannel_impl.h b/content/child/webmessageportchannel_impl.h
|
| similarity index 93%
|
| rename from content/common/webmessageportchannel_impl.h
|
| rename to content/child/webmessageportchannel_impl.h
|
| index 2efd2b8ad20f809cc6d1ec13a6fe2591f14323fa..dabf239005caa6608f101849385d7d1b32153a30 100644
|
| --- a/content/common/webmessageportchannel_impl.h
|
| +++ b/content/child/webmessageportchannel_impl.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_WEBMESSAGEPORTCHANNEL_IMPL_H_
|
| -#define CONTENT_COMMON_WEBMESSAGEPORTCHANNEL_IMPL_H_
|
| +#ifndef CONTENT_CHILD_WEBMESSAGEPORTCHANNEL_IMPL_H_
|
| +#define CONTENT_CHILD_WEBMESSAGEPORTCHANNEL_IMPL_H_
|
|
|
| #include <queue>
|
| #include <vector>
|
| @@ -78,4 +78,4 @@ class WebMessagePortChannelImpl
|
|
|
| } // namespace content
|
|
|
| -#endif // CONTENT_COMMON_WEBMESSAGEPORTCHANNEL_IMPL_H_
|
| +#endif // CONTENT_CHILD_WEBMESSAGEPORTCHANNEL_IMPL_H_
|
|
|