| Index: chrome/common/render_messages_internal.h
|
| diff --git a/chrome/common/render_messages_internal.h b/chrome/common/render_messages_internal.h
|
| index 22b0c7f71dcc0690bbbe22807bde205ad97bb56c..2af691154a4559dc16cc483c0e8fcf2ae098bee3 100644
|
| --- a/chrome/common/render_messages_internal.h
|
| +++ b/chrome/common/render_messages_internal.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.
|
|
|
| @@ -354,7 +354,7 @@ IPC_MESSAGE_ROUTED2(ViewMsg_Resource_DataDownloaded,
|
| // Sent when the request has been completed.
|
| IPC_MESSAGE_ROUTED4(ViewMsg_Resource_RequestComplete,
|
| int /* request_id */,
|
| - URLRequestStatus /* status */,
|
| + net::URLRequestStatus /* status */,
|
| std::string /* security info */,
|
| base::Time /* completion_time */)
|
|
|
|
|