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

Unified Diff: components/copresence/public/copresence_manager_delegate.h

Issue 441103002: Tests for the Copresence API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@api
Patch Set: Fixing tests 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/public/copresence_manager.h ('k') | components/copresence/rpc/rpc_handler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/copresence/public/copresence_manager_delegate.h
diff --git a/components/copresence/public/copresence_client_delegate.h b/components/copresence/public/copresence_manager_delegate.h
similarity index 82%
rename from components/copresence/public/copresence_client_delegate.h
rename to components/copresence/public/copresence_manager_delegate.h
index ef7634cb81a17c8f5731c218132189ab957c3b32..1245d0602d367a52282e3a958dafad4774a38cb8 100644
--- a/components/copresence/public/copresence_client_delegate.h
+++ b/components/copresence/public/copresence_manager_delegate.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef COMPONENTS_COPRESENCE_PUBLIC_COPRESENCE_CLIENT_DELEGATE_H_
-#define COMPONENTS_COPRESENCE_PUBLIC_COPRESENCE_CLIENT_DELEGATE_H_
+#ifndef COMPONENTS_COPRESENCE_PUBLIC_COPRESENCE_MANAGER_DELEGATE_H_
+#define COMPONENTS_COPRESENCE_PUBLIC_COPRESENCE_MANAGER_DELEGATE_H_
#include <string>
#include <vector>
@@ -25,7 +25,7 @@ enum CopresenceStatus { SUCCESS, FAIL };
typedef base::Callback<void(CopresenceStatus)> StatusCallback;
// A delegate interface for users of Copresence.
-class CopresenceClientDelegate {
+class CopresenceManagerDelegate {
rkc 2014/08/16 16:52:21 (Doesn't have to be this CL) please rename this to
Charlie 2014/08/16 23:58:27 Sounds good. Might as well get it done here.
public:
// This method will be called when we have subscribed messages that need to
// be sent to their respective apps.
@@ -45,4 +45,4 @@ class CopresenceClientDelegate {
} // namespace copresence
-#endif // COMPONENTS_COPRESENCE_PUBLIC_COPRESENCE_CLIENT_DELEGATE_H_
+#endif // COMPONENTS_COPRESENCE_PUBLIC_COPRESENCE_MANAGER_DELEGATE_H_
« no previous file with comments | « components/copresence/public/copresence_manager.h ('k') | components/copresence/rpc/rpc_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698