summaryrefslogtreecommitdiffstats
path: root/google_apis/gcm/engine/gcm_store_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'google_apis/gcm/engine/gcm_store_impl.h')
-rw-r--r--google_apis/gcm/engine/gcm_store_impl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/google_apis/gcm/engine/gcm_store_impl.h b/google_apis/gcm/engine/gcm_store_impl.h
index 00af3a2b..8c1e08c 100644
--- a/google_apis/gcm/engine/gcm_store_impl.h
+++ b/google_apis/gcm/engine/gcm_store_impl.h
@@ -23,7 +23,8 @@ namespace gcm {
// all callbacks to the thread on which the GCMStoreImpl is created.
class GCM_EXPORT GCMStoreImpl : public GCMStore {
public:
- GCMStoreImpl(const base::FilePath& path,
+ GCMStoreImpl(bool use_mock_keychain,
+ const base::FilePath& path,
scoped_refptr<base::SequencedTaskRunner> blocking_task_runner);
virtual ~GCMStoreImpl();