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..0b4201e9f184b073ceff3b2a60953e0b0fece6cd 100644 |
--- a/chrome/browser/ui/webui/screenshot_source.h |
+++ b/chrome/browser/ui/webui/screenshot_source.h |
@@ -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); |