| Index: chrome/browser/chromeos/gdata/gdata_upload_file_info.h
|
| diff --git a/chrome/browser/chromeos/gdata/gdata_upload_file_info.h b/chrome/browser/chromeos/gdata/gdata_upload_file_info.h
|
| index 80ce3063dd63b44d30ce725cb130c83211179ce0..7b53fadc5de4a2ae5838ca86aaa061a0e3e12ce5 100644
|
| --- a/chrome/browser/chromeos/gdata/gdata_upload_file_info.h
|
| +++ b/chrome/browser/chromeos/gdata/gdata_upload_file_info.h
|
| @@ -12,7 +12,7 @@
|
| #include "base/callback.h"
|
| #include "base/file_path.h"
|
| #include "base/memory/ref_counted.h"
|
| -#include "chrome/browser/chromeos/gdata/gdata_errorcode.h"
|
| +#include "chrome/browser/chromeos/gdata/drive_errorcode.h"
|
| #include "googleurl/src/gurl.h"
|
| #include "net/base/file_stream.h"
|
| #include "net/base/io_buffer.h"
|
| @@ -88,7 +88,7 @@ struct UploadFileInfo {
|
| scoped_ptr<DocumentEntry> entry;
|
|
|
| // Callback to be invoked once the upload has completed.
|
| - typedef base::Callback<void(GDataFileError error,
|
| + typedef base::Callback<void(DriveFileError error,
|
| scoped_ptr<UploadFileInfo> upload_file_info)> UploadCompletionCallback;
|
| UploadCompletionCallback completion_callback;
|
| };
|
|
|