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

Unified Diff: remoting/protocol/network_settings.h

Issue 390983003: Remove remoting/jingle_glue (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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
« no previous file with comments | « remoting/protocol/libjingle_transport_factory.cc ('k') | remoting/protocol/network_settings.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/network_settings.h
diff --git a/remoting/jingle_glue/network_settings.h b/remoting/protocol/network_settings.h
similarity index 94%
rename from remoting/jingle_glue/network_settings.h
rename to remoting/protocol/network_settings.h
index 1ff83eb2a92ba67f38e791dc325a12a92afd4674..304ae089f4e29887795553ee10d0d0e75adb4e8b 100644
--- a/remoting/jingle_glue/network_settings.h
+++ b/remoting/protocol/network_settings.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef REMOTING_JINGLE_GLUE_NETWORK_SETTINGS_H_
-#define REMOTING_JINGLE_GLUE_NETWORK_SETTINGS_H_
+#ifndef REMOTING_PROTOCOL_NETWORK_SETTINGS_H_
+#define REMOTING_PROTOCOL_NETWORK_SETTINGS_H_
#include <string>
@@ -11,6 +11,7 @@
#include "base/logging.h"
namespace remoting {
+namespace protocol {
struct NetworkSettings {
@@ -69,6 +70,7 @@ struct NetworkSettings {
int max_port;
};
+} // namespace protocol
} // namespace remoting
#endif // REMOTING_HOST_NETWORK_SETTINGS_H_
« no previous file with comments | « remoting/protocol/libjingle_transport_factory.cc ('k') | remoting/protocol/network_settings.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698