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

Unified Diff: remoting/protocol/network_settings.h

Issue 17101034: Add static Create method to LibjingleTransportFactory (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 6 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 side-by-side diff with in-line comments
Download patch
Index: remoting/protocol/network_settings.h
diff --git a/remoting/host/network_settings.h b/remoting/protocol/network_settings.h
similarity index 91%
rename from remoting/host/network_settings.h
rename to remoting/protocol/network_settings.h
index 3c1ed97d2abc599758e7c0e32ac72d7c3857d4cd..b1f98eb4e733c89fa910e8b647acdf6b82fb091f 100644
--- a/remoting/host/network_settings.h
+++ b/remoting/protocol/network_settings.h
@@ -2,11 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef REMOTING_HOST_NETWORK_SETTINGS_H_
-#define REMOTING_HOST_NETWORK_SETTINGS_H_
+#ifndef REMOTING_PROTOCOL_NETWORK_SETTINGS_H_
+#define REMOTING_PROTOCOL_NETWORK_SETTINGS_H_
namespace remoting {
+namespace protocol {
+
struct NetworkSettings {
// When hosts are configured with NAT traversal disabled they will
@@ -49,6 +51,8 @@ struct NetworkSettings {
int max_port;
};
+} // namespace protocol
+
} // namespace remoting
#endif // REMOTING_HOST_NETWORK_SETTINGS_H_

Powered by Google App Engine
This is Rietveld 408576698