diff options
Diffstat (limited to 'chrome/browser/chromeos/gdata/gdata_file_system_proxy.cc')
-rw-r--r-- | chrome/browser/chromeos/gdata/gdata_file_system_proxy.cc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/chrome/browser/chromeos/gdata/gdata_file_system_proxy.cc b/chrome/browser/chromeos/gdata/gdata_file_system_proxy.cc index 5d72c16..7efcb59 100644 --- a/chrome/browser/chromeos/gdata/gdata_file_system_proxy.cc +++ b/chrome/browser/chromeos/gdata/gdata_file_system_proxy.cc @@ -177,11 +177,6 @@ GDataFileSystemProxy::GDataFileSystemProxy( DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); } -GDataFileSystemProxy::~GDataFileSystemProxy() { - // Should be deleted from the CrosMountPointProvider on IO thread. - DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO)); -} - void GDataFileSystemProxy::GetFileInfo(const GURL& file_url, const FileSystemOperationInterface::GetMetadataCallback& callback) { DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO)); @@ -463,6 +458,11 @@ void GDataFileSystemProxy::CreateWritableSnapshotFile( callback)); } +GDataFileSystemProxy::~GDataFileSystemProxy() { + // Should be deleted from the CrosMountPointProvider on IO thread. + DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO)); +} + // static. bool GDataFileSystemProxy::ValidateUrl(const GURL& url, FilePath* file_path) { // what platform you're on. |