| Index: content/child/webkitplatformsupport_impl.h
|
| diff --git a/content/common/webkitplatformsupport_impl.h b/content/child/webkitplatformsupport_impl.h
|
| similarity index 89%
|
| rename from content/common/webkitplatformsupport_impl.h
|
| rename to content/child/webkitplatformsupport_impl.h
|
| index c56ed05878b922fe668ce04fbb0de78155cefec5..a5675098d067ffaa776bf82e66cd295f32c493fc 100644
|
| --- a/content/common/webkitplatformsupport_impl.h
|
| +++ b/content/child/webkitplatformsupport_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_CONTENT_WEBKITPLATFORMSUPPORT_IMPL_H_
|
| -#define CONTENT_COMMON_CONTENT_WEBKITPLATFORMSUPPORT_IMPL_H_
|
| +#ifndef CONTENT_CHILD_WEBKITPLATFORMSUPPORT_IMPL_H_
|
| +#define CONTENT_CHILD_WEBKITPLATFORMSUPPORT_IMPL_H_
|
|
|
| #include "base/compiler_specific.h"
|
| #include "content/common/content_export.h"
|
| @@ -42,4 +42,4 @@ class CONTENT_EXPORT WebKitPlatformSupportImpl
|
|
|
| } // namespace content
|
|
|
| -#endif // CONTENT_COMMON_CONTENT_WEBKITPLATFORMSUPPORT_IMPL_H_
|
| +#endif // CONTENT_CHILD_WEBKITPLATFORMSUPPORT_IMPL_H_
|
|
|