| Index: content/child/webkitplatformsupport_impl.cc
|
| diff --git a/content/common/webkitplatformsupport_impl.cc b/content/child/webkitplatformsupport_impl.cc
|
| similarity index 93%
|
| rename from content/common/webkitplatformsupport_impl.cc
|
| rename to content/child/webkitplatformsupport_impl.cc
|
| index a39e27e7dadc9036c5203b7f232278a1ead34619..99434bdabd1bcb59dd0bf96e71bdbe46dee9133e 100644
|
| --- a/content/common/webkitplatformsupport_impl.cc
|
| +++ b/content/child/webkitplatformsupport_impl.cc
|
| @@ -3,9 +3,9 @@
|
| // found in the LICENSE file.
|
|
|
| #include "base/command_line.h"
|
| -#include "content/common/child_thread.h"
|
| -#include "content/common/socket_stream_dispatcher.h"
|
| -#include "content/common/webkitplatformsupport_impl.h"
|
| +#include "content/child/child_thread.h"
|
| +#include "content/child/socket_stream_dispatcher.h"
|
| +#include "content/child/webkitplatformsupport_impl.h"
|
| #include "content/public/common/content_client.h"
|
| #include "googleurl/src/gurl.h"
|
|
|
|
|