| Index: chrome/browser/chromeos/extensions/file_manager_util.cc
|
| diff --git a/chrome/browser/chromeos/extensions/file_manager_util.cc b/chrome/browser/chromeos/extensions/file_manager_util.cc
|
| index 9232464f3fbdb25d4ab84dc8bf587cca72584464..9cde8c43b3618744ae2f56b90c58d019cca7d1a3 100644
|
| --- a/chrome/browser/chromeos/extensions/file_manager_util.cc
|
| +++ b/chrome/browser/chromeos/extensions/file_manager_util.cc
|
| @@ -14,7 +14,7 @@
|
| #include "base/utf_string_conversions.h"
|
| #include "base/values.h"
|
| #include "chrome/browser/chromeos/extensions/file_handler_util.h"
|
| -#include "chrome/browser/chromeos/gdata/gdata.pb.h"
|
| +#include "chrome/browser/chromeos/gdata/drive.pb.h"
|
| #include "chrome/browser/chromeos/gdata/gdata_file_system.h"
|
| #include "chrome/browser/chromeos/gdata/gdata_files.h"
|
| #include "chrome/browser/chromeos/gdata/gdata_system_service.h"
|
| @@ -232,7 +232,7 @@ void OnGDataFileFound(Profile* profile,
|
| const FilePath& file_path,
|
| gdata::GDataFileType file_type,
|
| gdata::GDataFileError error,
|
| - scoped_ptr<gdata::GDataEntryProto> entry_proto) {
|
| + scoped_ptr<gdata::DriveEntryProto> entry_proto) {
|
| DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
|
|
|
| if (entry_proto.get() && !entry_proto->has_file_specific_info())
|
|
|