diff options
author | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-10 05:38:26 +0000 |
---|---|---|
committer | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-10 05:38:26 +0000 |
commit | b76a274eee48780caf62bb82749e9f10545bf577 (patch) | |
tree | 44f3227b66efff49bfd2f8313b3c13eeb71fa156 /remoting/protocol/host_control_dispatcher.cc | |
parent | de0dfa59acf69f73472316695490e7be8da14b2d (diff) | |
download | chromium_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/host_control_dispatcher.cc')
-rw-r--r-- | remoting/protocol/host_control_dispatcher.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/protocol/host_control_dispatcher.cc b/remoting/protocol/host_control_dispatcher.cc index 671c801..dfb7d18 100644 --- a/remoting/protocol/host_control_dispatcher.cc +++ b/remoting/protocol/host_control_dispatcher.cc @@ -12,7 +12,7 @@ #include "remoting/proto/internal.pb.h" #include "remoting/protocol/clipboard_stub.h" #include "remoting/protocol/host_stub.h" -#include "remoting/protocol/util.h" +#include "remoting/protocol/message_serialization.h" namespace remoting { namespace protocol { |