| Index: chrome/browser/google_apis/test_util.h
|
| diff --git a/chrome/browser/google_apis/test_util.h b/chrome/browser/google_apis/test_util.h
|
| index 54642cfa672f3238d6a1d8d8d06c47501696bf8e..cb92c387884c214bc98014074fc53cafb66b2718 100644
|
| --- a/chrome/browser/google_apis/test_util.h
|
| +++ b/chrome/browser/google_apis/test_util.h
|
| @@ -67,13 +67,6 @@ GURL GetBaseUrlForTesting(int port);
|
| // chrome/test/data.
|
| scoped_ptr<base::Value> LoadJSONFile(const std::string& relative_path);
|
|
|
| -// Copies the results from DownloadActionCallback.
|
| -void CopyResultsFromDownloadActionCallback(
|
| - GDataErrorCode* error_out,
|
| - base::FilePath* temp_file_out,
|
| - GDataErrorCode error_in,
|
| - const base::FilePath& temp_file_in);
|
| -
|
| // Copies the results from InitiateUploadCallback.
|
| void CopyResultsFromInitiateUploadCallback(
|
| GDataErrorCode* error_out,
|
|
|