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 d6bddd5aac8fae63a1b1c6152e91f3e8400af546..88b890080ae7d0ac7fc9853485a78ccb4aee6659 100644 |
--- a/chrome/browser/google_apis/test_util.h |
+++ b/chrome/browser/google_apis/test_util.h |
@@ -83,13 +83,6 @@ void CopyResultsFromGetDataCallbackAndQuit(GDataErrorCode* error_out, |
GDataErrorCode error_in, |
scoped_ptr<base::Value> value_in); |
-// Copies the results from GetResourceEntryCallback. |
-void CopyResultsFromGetResourceEntryCallback( |
- GDataErrorCode* error_out, |
- scoped_ptr<ResourceEntry>* resource_entry_out, |
- GDataErrorCode error_in, |
- scoped_ptr<ResourceEntry> resource_entry_in); |
- |
// Copies the results from GetResourceListCallback. |
void CopyResultsFromGetResourceListCallback( |
GDataErrorCode* error_out, |