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

Unified Diff: chrome/browser/chromeos/gdata/gdata_system_service.h

Issue 10833020: Make blocking_task_runner_ a member variable instead of sequence_token_. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 5 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 | « no previous file | chrome/browser/chromeos/gdata/gdata_system_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/gdata/gdata_system_service.h
===================================================================
--- chrome/browser/chromeos/gdata/gdata_system_service.h (revision 148059)
+++ chrome/browser/chromeos/gdata/gdata_system_service.h (working copy)
@@ -5,6 +5,8 @@
#ifndef CHROME_BROWSER_CHROMEOS_GDATA_GDATA_SYSTEM_SERVICE_H_
#define CHROME_BROWSER_CHROMEOS_GDATA_GDATA_SYSTEM_SERVICE_H_
+#include <string>
+
#include "base/memory/scoped_ptr.h"
#include "base/memory/singleton.h"
#include "base/threading/sequenced_worker_pool.h"
@@ -66,7 +68,7 @@
friend class GDataSystemServiceFactory;
Profile* profile_;
- const base::SequencedWorkerPool::SequenceToken sequence_token_;
+ scoped_refptr<base::SequencedTaskRunner> blocking_task_runner_;
GDataCache* cache_;
scoped_ptr<DocumentsServiceInterface> documents_service_;
scoped_ptr<GDataUploader> uploader_;
« no previous file with comments | « no previous file | chrome/browser/chromeos/gdata/gdata_system_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698