| Index: chrome/browser/ui/webui/screenshot_source.h
|
| diff --git a/chrome/browser/ui/webui/screenshot_source.h b/chrome/browser/ui/webui/screenshot_source.h
|
| index 966a4f6f67a58a05f789343c603a1295fd918524..8e834d4611daf26cf354de6f81b20caad0098cde 100644
|
| --- a/chrome/browser/ui/webui/screenshot_source.h
|
| +++ b/chrome/browser/ui/webui/screenshot_source.h
|
| @@ -14,8 +14,8 @@
|
| #include "chrome/browser/ui/webui/chrome_url_data_manager.h"
|
|
|
| #if defined(OS_CHROMEOS)
|
| +#include "chrome/browser/chromeos/gdata/drive_errorcode.h"
|
| #include "chrome/browser/chromeos/gdata/drive_resource_metadata.h"
|
| -#include "chrome/browser/chromeos/gdata/gdata_errorcode.h"
|
| #endif
|
|
|
| typedef std::vector<unsigned char> ScreenshotData;
|
| @@ -63,7 +63,7 @@ class ScreenshotSource : public ChromeURLDataManager::DataSource {
|
| // The callback for GData's getting file method.
|
| void GetSavedScreenshotCallback(const std::string& screenshot_path,
|
| int request_id,
|
| - gdata::GDataFileError error,
|
| + gdata::DriveFileError error,
|
| const FilePath& file,
|
| const std::string& unused_mime_type,
|
| gdata::DriveFileType file_type);
|
|
|