Index: chrome/browser/chromeos/gdata/file_write_helper.h |
diff --git a/chrome/browser/chromeos/gdata/file_write_helper.h b/chrome/browser/chromeos/gdata/file_write_helper.h |
index c405bf1093401a97cad41fd6ffd63c45cf506a50..c456aab4eb9d3de5050b35f87b5e34d55bc31ebe 100644 |
--- a/chrome/browser/chromeos/gdata/file_write_helper.h |
+++ b/chrome/browser/chromeos/gdata/file_write_helper.h |
@@ -8,7 +8,7 @@ |
#include "base/bind.h" |
#include "base/file_path.h" |
#include "base/memory/weak_ptr.h" |
-#include "chrome/browser/chromeos/gdata/gdata_errorcode.h" |
+#include "chrome/browser/chromeos/gdata/drive_errorcode.h" |
#include "chrome/browser/chromeos/gdata/gdata_file_system_interface.h" |
namespace gdata { |
@@ -36,11 +36,11 @@ class FileWriteHelper { |
void PrepareWritableFileAndRunAfterCreateFile( |
const FilePath& file_path, |
const OpenFileCallback& callback, |
- GDataFileError result); |
+ DriveFileError result); |
void PrepareWritableFileAndRunAfterOpenFile( |
const FilePath& file_path, |
const OpenFileCallback& callback, |
- GDataFileError result, |
+ DriveFileError result, |
const FilePath& local_cache_path); |
void PrepareWritableFileAndRunAfterCallback(const FilePath& file_path); |