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

Unified Diff: remoting/jingle_glue/mock_objects.cc

Issue 8432009: Refactor IqRequest. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: - Created 9 years, 1 month 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
Index: remoting/jingle_glue/mock_objects.cc
diff --git a/remoting/jingle_glue/mock_objects.cc b/remoting/jingle_glue/mock_objects.cc
index a42b93bccbd1033a926a2b20be59d3b778a2dad3..d9178fa3076942f89c71a109bbcf3ce7983f1278 100644
--- a/remoting/jingle_glue/mock_objects.cc
+++ b/remoting/jingle_glue/mock_objects.cc
@@ -9,7 +9,4 @@ namespace remoting {
MockSignalStrategy::MockSignalStrategy() { }
MockSignalStrategy::~MockSignalStrategy() { }
-MockIqRequest::MockIqRequest() { }
-MockIqRequest::~MockIqRequest() { }
-
} // namespace remoting

Powered by Google App Engine
This is Rietveld 408576698