diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-15 00:29:48 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-15 00:29:48 +0000 |
commit | 320eff44dc909bf0fe575b3bff1df08a2fd99736 (patch) | |
tree | d17929f1c501ec3bd661c2cae401fdae1ac44d58 /ipc/ipc_sync_channel.h | |
parent | 97739e9e12cb10a63c75e7f6e65db28cc8101037 (diff) | |
download | chromium_src-320eff44dc909bf0fe575b3bff1df08a2fd99736.zip chromium_src-320eff44dc909bf0fe575b3bff1df08a2fd99736.tar.gz chromium_src-320eff44dc909bf0fe575b3bff1df08a2fd99736.tar.bz2 |
Cleanup: Remove unneeded forward declarations in base, dbug, gpu, ipc, jingle, and media.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/8511045
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109998 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ipc/ipc_sync_channel.h')
-rw-r--r-- | ipc/ipc_sync_channel.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/ipc/ipc_sync_channel.h b/ipc/ipc_sync_channel.h index 29844da..e43933e 100644 --- a/ipc/ipc_sync_channel.h +++ b/ipc/ipc_sync_channel.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 IPC_IPC_SYNC_SENDER_H__ -#define IPC_IPC_SYNC_SENDER_H__ +#ifndef IPC_IPC_SYNC_CHANNEL_H_ +#define IPC_IPC_SYNC_CHANNEL_H_ #pragma once #include <string> @@ -24,7 +24,6 @@ class WaitableEvent; namespace IPC { class SyncMessage; -class MessageReplyDeserializer; // This is similar to ChannelProxy, with the added feature of supporting sending // synchronous messages. @@ -197,4 +196,4 @@ class IPC_EXPORT SyncChannel : public ChannelProxy, } // namespace IPC -#endif // IPC_IPC_SYNC_SENDER_H__ +#endif // IPC_IPC_SYNC_CHANNEL_H_ |