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

Unified Diff: remoting/protocol/chromium_port_allocator.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/DEPS ('k') | remoting/protocol/chromium_port_allocator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/chromium_port_allocator.h
diff --git a/remoting/jingle_glue/chromium_port_allocator.h b/remoting/protocol/chromium_port_allocator.h
similarity index 91%
rename from remoting/jingle_glue/chromium_port_allocator.h
rename to remoting/protocol/chromium_port_allocator.h
index d5c850f5839174e90f21389a870e51c4fabae94f..ecabaedb83d768a2cd261c88e0165742587913b8 100644
--- a/remoting/jingle_glue/chromium_port_allocator.h
+++ b/remoting/protocol/chromium_port_allocator.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_CHROMIUM_PORT_ALLOCATOR_H_
-#define REMOTING_JINGLE_GLUE_CHROMIUM_PORT_ALLOCATOR_H_
+#ifndef REMOTING_PROTOCOL_CHROMIUM_PORT_ALLOCATOR_H_
+#define REMOTING_PROTOCOL_CHROMIUM_PORT_ALLOCATOR_H_
#include <set>
@@ -16,6 +16,7 @@ class URLRequestContextGetter;
} // namespace net
namespace remoting {
+namespace protocol {
struct NetworkSettings;
@@ -50,6 +51,7 @@ class ChromiumPortAllocator : public cricket::HttpPortAllocatorBase {
DISALLOW_COPY_AND_ASSIGN(ChromiumPortAllocator);
};
+} // namespace protocol
} // namespace remoting
#endif // REMOTING_HOST_HOST_PORT_ALLOCATOR_H_
« no previous file with comments | « remoting/protocol/DEPS ('k') | remoting/protocol/chromium_port_allocator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698