| Index: chrome_frame/chrome_frame_automation.h
|
| diff --git a/chrome_frame/chrome_frame_automation.h b/chrome_frame/chrome_frame_automation.h
|
| index a8395d2ecb81a7b5982ef01cc8bf4438989b537a..f4314abfe9cb0204dd1a69c8b01b9c6c15fdd5ba 100644
|
| --- a/chrome_frame/chrome_frame_automation.h
|
| +++ b/chrome_frame/chrome_frame_automation.h
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2010 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -500,7 +500,8 @@ class ChromeFrameAutomationClient
|
| const char* headers, int size, base::Time last_modified,
|
| const std::string& redirect_url, int redirect_status);
|
| virtual void OnReadComplete(int request_id, const std::string& data);
|
| - virtual void OnResponseEnd(int request_id, const URLRequestStatus& status);
|
| + virtual void OnResponseEnd(int request_id,
|
| + const net::URLRequestStatus& status);
|
| virtual void OnCookiesRetrieved(bool success, const GURL& url,
|
| const std::string& cookie_string, int cookie_id);
|
|
|
|
|