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

Unified Diff: components/copresence/rpc/rpc_handler_unittest.cc

Issue 441103002: Tests for the Copresence API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@api
Patch Set: Renaming to simply CopresenceDelegate Created 6 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 | « components/copresence/rpc/rpc_handler.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/copresence/rpc/rpc_handler_unittest.cc
diff --git a/components/copresence/rpc/rpc_handler_unittest.cc b/components/copresence/rpc/rpc_handler_unittest.cc
index 962f8d9a76c916b0c11221c3eec41347ada7b131..70c727ea4911a1bfc981c01b69bd713078f250cb 100644
--- a/components/copresence/rpc/rpc_handler_unittest.cc
+++ b/components/copresence/rpc/rpc_handler_unittest.cc
@@ -83,7 +83,7 @@ class FakeDirectiveHandler : public DirectiveHandler {
} // namespace
-class RpcHandlerTest : public testing::Test, public CopresenceClientDelegate {
+class RpcHandlerTest : public testing::Test, public CopresenceDelegate {
public:
RpcHandlerTest() : rpc_handler_(this), status_(SUCCESS), api_key_("API key") {
rpc_handler_.server_post_callback_ =
@@ -155,7 +155,7 @@ class RpcHandlerTest : public testing::Test, public CopresenceClientDelegate {
response);
}
- // CopresenceClientDelegate implementation
+ // CopresenceDelegate implementation
virtual void HandleMessages(
const std::string& app_id,
« no previous file with comments | « components/copresence/rpc/rpc_handler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698