| Index: chrome/browser/ui/webui/feedback_ui.cc
|
| diff --git a/chrome/browser/ui/webui/feedback_ui.cc b/chrome/browser/ui/webui/feedback_ui.cc
|
| index eeddbae7de030f0f58da027ed2476a548448e3ac..c76fcd5382d31c05457a7fb96db3406d704c75ce 100644
|
| --- a/chrome/browser/ui/webui/feedback_ui.cc
|
| +++ b/chrome/browser/ui/webui/feedback_ui.cc
|
| @@ -123,10 +123,10 @@ bool ScreenshotGDataTimestampComp(const gdata::DriveEntryProto& entry1,
|
| void ReadDirectoryCallback(size_t max_saved,
|
| std::vector<std::string>* saved_screenshots,
|
| base::Closure callback,
|
| - gdata::GDataFileError error,
|
| + gdata::DriveFileError error,
|
| bool hide_hosted_documents,
|
| scoped_ptr<gdata::DriveEntryProtoVector> entries) {
|
| - if (error != gdata::GDATA_FILE_OK) {
|
| + if (error != gdata::DRIVE_FILE_OK) {
|
| callback.Run();
|
| return;
|
| }
|
|
|