| Index: content/child/socket_stream_dispatcher.h
|
| diff --git a/content/common/socket_stream_dispatcher.h b/content/child/socket_stream_dispatcher.h
|
| similarity index 90%
|
| rename from content/common/socket_stream_dispatcher.h
|
| rename to content/child/socket_stream_dispatcher.h
|
| index b6196233160d64e5b1c156515de11cda732a2047..ba23c8005ec684a40c87921aa93c33c1c75e2ec5 100644
|
| --- a/content/common/socket_stream_dispatcher.h
|
| +++ b/content/child/socket_stream_dispatcher.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_SOCKET_STREAM_DISPATCHER_H_
|
| -#define CONTENT_COMMON_SOCKET_STREAM_DISPATCHER_H_
|
| +#ifndef CONTENT_CHILD_SOCKET_STREAM_DISPATCHER_H_
|
| +#define CONTENT_CHILD_SOCKET_STREAM_DISPATCHER_H_
|
|
|
| #include <vector>
|
|
|
| @@ -50,4 +50,4 @@ class SocketStreamDispatcher : public IPC::Listener {
|
|
|
| } // namespace content
|
|
|
| -#endif // CONTENT_COMMON_SOCKET_STREAM_DISPATCHER_H_
|
| +#endif // CONTENT_CHILD_SOCKET_STREAM_DISPATCHER_H_
|
|
|