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

Unified Diff: chrome/browser/services/gcm/fake_gcm_client_factory.h

Issue 284193005: Rename GCMClientMock to FakeGCMClient (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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
Index: chrome/browser/services/gcm/fake_gcm_client_factory.h
diff --git a/chrome/browser/services/gcm/fake_gcm_client_factory.h b/chrome/browser/services/gcm/fake_gcm_client_factory.h
index 9a9c3112c19ba6f54ce14017e9312114f47ea116..df9d5b37fbd35c5926ab449174b2734fe72abe83 100644
--- a/chrome/browser/services/gcm/fake_gcm_client_factory.h
+++ b/chrome/browser/services/gcm/fake_gcm_client_factory.h
@@ -7,7 +7,7 @@
#include "base/compiler_specific.h"
#include "base/macros.h"
-#include "chrome/browser/services/gcm/gcm_client_mock.h"
+#include "chrome/browser/services/gcm/fake_gcm_client.h"
#include "components/gcm_driver/gcm_client_factory.h"
namespace gcm {
@@ -16,14 +16,14 @@ class GCMClient;
class FakeGCMClientFactory : public GCMClientFactory {
public:
- explicit FakeGCMClientFactory(GCMClientMock::StartMode gcm_client_start_mode);
+ explicit FakeGCMClientFactory(FakeGCMClient::StartMode gcm_client_start_mode);
virtual ~FakeGCMClientFactory();
// GCMClientFactory:
virtual scoped_ptr<GCMClient> BuildInstance() OVERRIDE;
private:
- GCMClientMock::StartMode gcm_client_start_mode_;
+ FakeGCMClient::StartMode gcm_client_start_mode_;
DISALLOW_COPY_AND_ASSIGN(FakeGCMClientFactory);
};
« no previous file with comments | « chrome/browser/services/gcm/fake_gcm_client.cc ('k') | chrome/browser/services/gcm/fake_gcm_client_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698