| Index: chrome/browser/drive/fake_drive_service.h
|
| diff --git a/chrome/browser/drive/fake_drive_service.h b/chrome/browser/drive/fake_drive_service.h
|
| index 6c561b772b91de0f22af31e527b9347df12c3f07..dd95043d1b6ad1a901138e1b82b2adfebd9f0a1c 100644
|
| --- a/chrome/browser/drive/fake_drive_service.h
|
| +++ b/chrome/browser/drive/fake_drive_service.h
|
| @@ -299,7 +299,7 @@
|
|
|
| scoped_ptr<base::DictionaryValue> resource_list_value_;
|
| scoped_ptr<base::DictionaryValue> account_metadata_value_;
|
| - scoped_ptr<base::DictionaryValue> app_info_value_;
|
| + scoped_ptr<base::Value> app_info_value_;
|
| std::map<GURL, UploadSession> upload_sessions_;
|
| int64 largest_changestamp_;
|
| int64 published_date_seq_;
|
|
|