Index: components/copresence/public/copresence_delegate.h |
diff --git a/components/copresence/public/copresence_client_delegate.h b/components/copresence/public/copresence_delegate.h |
similarity index 82% |
rename from components/copresence/public/copresence_client_delegate.h |
rename to components/copresence/public/copresence_delegate.h |
index ef7634cb81a17c8f5731c218132189ab957c3b32..0b83087c201b4c703c2e689cd292b7d8a01da775 100644 |
--- a/components/copresence/public/copresence_client_delegate.h |
+++ b/components/copresence/public/copresence_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_DELEGATE_H_ |
+#define COMPONENTS_COPRESENCE_PUBLIC_COPRESENCE_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 CopresenceDelegate { |
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_DELEGATE_H_ |