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

Unified Diff: remoting/base/base_mock_objects.h

Issue 8493020: Move code in src/remoting to the new callbacks. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
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
« no previous file with comments | « no previous file | remoting/base/codec_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/base/base_mock_objects.h
diff --git a/remoting/base/base_mock_objects.h b/remoting/base/base_mock_objects.h
index 92f17bf98d413f23d3e6d1f968421a7abe959a27..e90530d409c1c2ad16455bcafba76d3a4cbe3b93 100644
--- a/remoting/base/base_mock_objects.h
+++ b/remoting/base/base_mock_objects.h
@@ -20,7 +20,7 @@ class MockEncoder : public Encoder {
MOCK_METHOD3(Encode, void(
scoped_refptr<CaptureData> capture_data,
bool key_frame,
- DataAvailableCallback* data_available_callback));
+ const DataAvailableCallback& data_available_callback));
private:
DISALLOW_COPY_AND_ASSIGN(MockEncoder);
« no previous file with comments | « no previous file | remoting/base/codec_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698