| Index: chrome/browser/google_apis/mock_drive_service.h | 
| diff --git a/chrome/browser/google_apis/mock_drive_service.h b/chrome/browser/google_apis/mock_drive_service.h | 
| index 9febf3d7fcbf0afc7e34dfc56552613ce76de9e4..9e260c2384524c82957706da97d592116c034b30 100644 | 
| --- a/chrome/browser/google_apis/mock_drive_service.h | 
| +++ b/chrome/browser/google_apis/mock_drive_service.h | 
| @@ -45,8 +45,8 @@ class MockDriveService : public DriveServiceInterface { | 
| MOCK_METHOD2(Search, | 
| void(const std::string& search_query, | 
| const GetResourceListCallback& callback)); | 
| -  MOCK_METHOD3(SearchInDirectory, | 
| -      void(const std::string& search_query, | 
| +  MOCK_METHOD3(SearchByTitle, | 
| +      void(const std::string& title, | 
| const std::string& directory_resource_id, | 
| const GetResourceListCallback& callback)); | 
| MOCK_METHOD2(GetChangeList, | 
|  |