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

Unified Diff: remoting/client/plugin/pepper_network_manager.h

Issue 10103016: Move PepperNetworkManager to client/plugin (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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 | « no previous file | remoting/client/plugin/pepper_network_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/client/plugin/pepper_network_manager.h
diff --git a/remoting/protocol/pepper_network_manager.h b/remoting/client/plugin/pepper_network_manager.h
similarity index 97%
rename from remoting/protocol/pepper_network_manager.h
rename to remoting/client/plugin/pepper_network_manager.h
index 55b0abba10cbc20bc95e5cfffa50774a146cc8b7..23a97143433a0823417344d65010f7b2036e4212 100644
--- a/remoting/protocol/pepper_network_manager.h
+++ b/remoting/client/plugin/pepper_network_manager.h
@@ -16,7 +16,6 @@ class NetworkListPrivate;
} // namespace pp
namespace remoting {
-namespace protocol {
// PepperNetworkManager uses the PPB_NetworkMonitor_Private API to
// implement the NetworkManager interface that libjingle uses to
@@ -45,7 +44,6 @@ class PepperNetworkManager : public talk_base::NetworkManagerBase {
base::WeakPtrFactory<PepperNetworkManager> weak_factory_;
};
-} // namespace protocol
} // namespace remoting
#endif // REMOTING_PROTOCOL_PEPPER_NETWORK_MANAGER_H_
Wez 2012/04/17 01:06:06 Here too.
« no previous file with comments | « no previous file | remoting/client/plugin/pepper_network_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698