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

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

Issue 9844006: GData downloads cleanup (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: asanka review feedback Created 8 years, 9 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/chromeos/gdata/gdata_file_system.h
===================================================================
--- chrome/browser/chromeos/gdata/gdata_file_system.h (revision 129387)
+++ chrome/browser/chromeos/gdata/gdata_file_system.h (working copy)
@@ -4,6 +4,7 @@
#ifndef CHROME_BROWSER_CHROMEOS_GDATA_GDATA_FILE_SYSTEM_H_
#define CHROME_BROWSER_CHROMEOS_GDATA_GDATA_FILE_SYSTEM_H_
+#pragma once
#include <sys/stat.h>
@@ -856,11 +857,9 @@
// Helper function that completes bookkeeping tasks related to
// completed file transfer.
void OnTransferCompleted(
- const FilePath& local_file_path,
- const FilePath& remote_dest_file_path,
const FileOperationCallback& callback,
base::PlatformFileError error,
- DocumentEntry* entry);
+ UploadFileInfo* upload_file_info);
// Kicks off file upload once it receives |upload_file_info|.
void StartFileUploadOnUIThread(
« no previous file with comments | « chrome/browser/chromeos/gdata/gdata_download_observer.cc ('k') | chrome/browser/chromeos/gdata/gdata_file_system.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698