| 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 4d33b5929fafd2c939b28c1cfc6b9d75023053f9..c768ce62e3c8c54a6c44e7423b5b489f964416f8 100644
|
| --- a/chrome/browser/ui/webui/screenshot_source.h
|
| +++ b/chrome/browser/ui/webui/screenshot_source.h
|
| @@ -92,10 +92,10 @@ class ScreenshotSource : public ChromeURLDataManager::DataSource {
|
| // The callback for Drive's getting file method.
|
| void GetSavedScreenshotCallback(const std::string& screenshot_path,
|
| int request_id,
|
| - gdata::DriveFileError error,
|
| + drive::DriveFileError error,
|
| const FilePath& file,
|
| const std::string& unused_mime_type,
|
| - gdata::DriveFileType file_type);
|
| + drive::DriveFileType file_type);
|
|
|
| #endif
|
| // Sends the screenshot data to the requestor while caching it locally to the
|
|
|