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

Unified Diff: ceee/ie/testing/mock_broker_and_friends.h

Issue 5824002: Fixed unittests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years 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 | « ceee/ie/broker/broker_rpc_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ceee/ie/testing/mock_broker_and_friends.h
===================================================================
--- ceee/ie/testing/mock_broker_and_friends.h (revision 69073)
+++ ceee/ie/testing/mock_broker_and_friends.h (working copy)
@@ -396,7 +396,7 @@
public:
explicit MockBrokerRpcClient(bool allow_restart)
: BrokerRpcClient(allow_restart) {}
- MOCK_METHOD1(StartServer, HRESULT(IUnknown**));
+ MOCK_METHOD1(StartServer, HRESULT(ICeeeBrokerRegistrar**));
MOCK_METHOD1(Connect, HRESULT(bool));
MOCK_METHOD0(Disconnect, void());
MOCK_CONST_METHOD0(is_connected, bool());
« no previous file with comments | « ceee/ie/broker/broker_rpc_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698