Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(86)

Side by Side Diff: remoting/host/server_log_entry_host_unittest.cc

Issue 1547473005: Switch to standard integer types in remoting/host/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « remoting/host/screen_resolution_unittest.cc ('k') | remoting/host/setup/daemon_controller.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "base/memory/scoped_ptr.h" 5 #include "base/memory/scoped_ptr.h"
6 #include "base/strings/stringize_macros.h" 6 #include "base/strings/stringize_macros.h"
7 #include "build/build_config.h"
7 #include "remoting/host/server_log_entry_host.h" 8 #include "remoting/host/server_log_entry_host.h"
8 #include "remoting/signaling/server_log_entry.h" 9 #include "remoting/signaling/server_log_entry.h"
9 #include "remoting/signaling/server_log_entry_unittest.h" 10 #include "remoting/signaling/server_log_entry_unittest.h"
10 #include "testing/gtest/include/gtest/gtest.h" 11 #include "testing/gtest/include/gtest/gtest.h"
11 #include "third_party/webrtc/libjingle/xmllite/xmlelement.h" 12 #include "third_party/webrtc/libjingle/xmllite/xmlelement.h"
12 13
13 using buzz::XmlAttr; 14 using buzz::XmlAttr;
14 using buzz::XmlElement; 15 using buzz::XmlElement;
15 16
16 namespace remoting { 17 namespace remoting {
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 key_value_pairs["role"] = "host"; 100 key_value_pairs["role"] = "host";
100 key_value_pairs["event-name"] = "session-state"; 101 key_value_pairs["event-name"] = "session-state";
101 key_value_pairs["session-state"] = "connected"; 102 key_value_pairs["session-state"] = "connected";
102 key_value_pairs["mode"] = "me2me"; 103 key_value_pairs["mode"] = "me2me";
103 std::set<std::string> keys; 104 std::set<std::string> keys;
104 ASSERT_TRUE(VerifyStanza(key_value_pairs, keys, stanza.get(), &error)) << 105 ASSERT_TRUE(VerifyStanza(key_value_pairs, keys, stanza.get(), &error)) <<
105 error; 106 error;
106 } 107 }
107 108
108 } // namespace remoting 109 } // namespace remoting
OLDNEW
« no previous file with comments | « remoting/host/screen_resolution_unittest.cc ('k') | remoting/host/setup/daemon_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698