Index: chrome/browser/automation/automation_resource_message_filter.h |
diff --git a/chrome/browser/automation/automation_resource_message_filter.h b/chrome/browser/automation/automation_resource_message_filter.h |
index c245f2800033252f37bacd150fa89dbecc58df09..a30825f37cd10e9760fee25b9aa1d1572fc7763e 100644 |
--- a/chrome/browser/automation/automation_resource_message_filter.h |
+++ b/chrome/browser/automation/automation_resource_message_filter.h |
@@ -203,10 +203,7 @@ class AutomationResourceMessageFilter |
// Contains information used for completing the request to read cookies from |
// the host coming in from the renderer. |
- struct CookieCompletionInfo { |
- net::CompletionCallback* completion_callback; |
- scoped_refptr<net::CookieStore> cookie_store; |
- }; |
+ struct CookieCompletionInfo; |
// Map of completion callback id to CookieCompletionInfo, which contains the |
// actual callback which is invoked on successful retrieval of cookies from |