summaryrefslogtreecommitdiffstats
path: root/remoting/protocol/audio_writer.cc
diff options
context:
space:
mode:
authorsergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-10 05:38:26 +0000
committersergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-10 05:38:26 +0000
commitb76a274eee48780caf62bb82749e9f10545bf577 (patch)
tree44f3227b66efff49bfd2f8313b3c13eeb71fa156 /remoting/protocol/audio_writer.cc
parentde0dfa59acf69f73472316695490e7be8da14b2d (diff)
downloadchromium_src-b76a274eee48780caf62bb82749e9f10545bf577.zip
chromium_src-b76a274eee48780caf62bb82749e9f10545bf577.tar.gz
chromium_src-b76a274eee48780caf62bb82749e9f10545bf577.tar.bz2
Rename remoting/protocol/util.h to message_serialization.h
Both base and protocol directories had util.cc files, which confuses the linker when compiling them into a single static .a lib. BUG=276739 Review URL: https://codereview.chromium.org/231943005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@262938 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/protocol/audio_writer.cc')
-rw-r--r--remoting/protocol/audio_writer.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/protocol/audio_writer.cc b/remoting/protocol/audio_writer.cc
index b1855e4..81664e6 100644
--- a/remoting/protocol/audio_writer.cc
+++ b/remoting/protocol/audio_writer.cc
@@ -8,9 +8,9 @@
#include "net/socket/stream_socket.h"
#include "remoting/base/constants.h"
#include "remoting/proto/audio.pb.h"
+#include "remoting/protocol/message_serialization.h"
#include "remoting/protocol/session.h"
#include "remoting/protocol/session_config.h"
-#include "remoting/protocol/util.h"
namespace remoting {
namespace protocol {