| Index: trunk/src/google_apis/gcm/engine/gcm_store_impl.h
|
| ===================================================================
|
| --- trunk/src/google_apis/gcm/engine/gcm_store_impl.h (revision 270233)
|
| +++ trunk/src/google_apis/gcm/engine/gcm_store_impl.h (working copy)
|
| @@ -18,16 +18,13 @@
|
|
|
| namespace gcm {
|
|
|
| -class Encryptor;
|
| -
|
| // An implementation of GCM Store that uses LevelDB for persistence.
|
| // It performs all blocking operations on the blocking task runner, and posts
|
| // all callbacks to the thread on which the GCMStoreImpl is created.
|
| class GCM_EXPORT GCMStoreImpl : public GCMStore {
|
| public:
|
| GCMStoreImpl(const base::FilePath& path,
|
| - scoped_refptr<base::SequencedTaskRunner> blocking_task_runner,
|
| - scoped_ptr<Encryptor> encryptor);
|
| + scoped_refptr<base::SequencedTaskRunner> blocking_task_runner);
|
| virtual ~GCMStoreImpl();
|
|
|
| // Load the directory and pass the initial state back to caller.
|
|
|