Merge TetheringAdbFilter into PortForwardingController::Connection class.

BUG=None

Review URL: https://chromiumcodereview.appspot.com/23583023

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220616 0039d316-1c4b-4281-b951-d872f2087c98
parent 71cfb089
...@@ -23,7 +23,7 @@ class PortForwardingController { ...@@ -23,7 +23,7 @@ class PortForwardingController {
private: private:
class Connection; class Connection;
typedef std::map<std::string, Connection*> Registry; typedef std::map<std::string, Connection* > Registry;
scoped_refptr<DevToolsAdbBridge> bridge_; scoped_refptr<DevToolsAdbBridge> bridge_;
PrefService* pref_service_; PrefService* pref_service_;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment