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

Unified Diff: chrome/browser/devtools/port_forwarding_controller.h

Issue 23583023: Merge TetheringAdbFilter into PortForwardingController::Connection class. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 4 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 | chrome/browser/devtools/port_forwarding_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/devtools/port_forwarding_controller.h
diff --git a/chrome/browser/devtools/port_forwarding_controller.h b/chrome/browser/devtools/port_forwarding_controller.h
index e794c443bed3418fac450d08edea94565a600952..d8b2bc2f6c0f8b9f15c4b7b4e10d4bf21d6eaf3e 100644
--- a/chrome/browser/devtools/port_forwarding_controller.h
+++ b/chrome/browser/devtools/port_forwarding_controller.h
@@ -23,7 +23,7 @@ class PortForwardingController {
private:
class Connection;
- typedef std::map<std::string, Connection*> Registry;
+ typedef std::map<std::string, Connection* > Registry;
scoped_refptr<DevToolsAdbBridge> bridge_;
PrefService* pref_service_;
« no previous file with comments | « no previous file | chrome/browser/devtools/port_forwarding_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698