| Index: chrome/browser/chromeos/gdata/gdata_files.h
|
| diff --git a/chrome/browser/chromeos/gdata/gdata_files.h b/chrome/browser/chromeos/gdata/gdata_files.h
|
| index 781b00b166ee80ee659f1b903a2a292f6e758956..9cdf263df9860a7c1ed611667933cde54708f681 100644
|
| --- a/chrome/browser/chromeos/gdata/gdata_files.h
|
| +++ b/chrome/browser/chromeos/gdata/gdata_files.h
|
| @@ -15,7 +15,6 @@
|
| #include "base/memory/weak_ptr.h"
|
| #include "base/platform_file.h"
|
| #include "base/synchronization/lock.h"
|
| -#include "chrome/browser/chromeos/gdata/gdata_params.h"
|
| #include "chrome/browser/chromeos/gdata/gdata_uploader.h"
|
| #include "chrome/browser/chromeos/gdata/gdata_wapi_parser.h"
|
| #include "chrome/browser/profiles/profile_keyed_service.h"
|
| @@ -38,6 +37,11 @@ class GDataDirectoryProto;
|
| class GDataRootDirectoryProto;
|
| class PlatformFileInfoProto;
|
|
|
| +// Callback type used to get result of file search.
|
| +// If |error| is not PLATFORM_FILE_OK, |entry| is set to NULL.
|
| +typedef base::Callback<void(GDataFileError error, GDataEntry* entry)>
|
| + FindEntryCallback;
|
| +
|
| // The root directory content origin.
|
| enum ContentOrigin {
|
| UNINITIALIZED,
|
|
|