| Index: remoting/protocol/clipboard_echo_filter_unittest.cc
|
| diff --git a/remoting/protocol/clipboard_echo_filter_unittest.cc b/remoting/protocol/clipboard_echo_filter_unittest.cc
|
| index 25f5de101d645b5142a9318a922468f31670a037..6791ba44b7208bed412c6433ae250ca16dfbeaac 100644
|
| --- a/remoting/protocol/clipboard_echo_filter_unittest.cc
|
| +++ b/remoting/protocol/clipboard_echo_filter_unittest.cc
|
| @@ -20,7 +20,7 @@ MATCHER_P2(EqualsClipboardEvent, mime_type, data, "") {
|
| }
|
|
|
| static ClipboardEvent MakeClipboardEvent(const std::string& mime_type,
|
| - const std::string& data) {
|
| + const std::string& data) {
|
| ClipboardEvent event;
|
| event.set_mime_type(mime_type);
|
| event.set_data(data);
|
|
|