| Index: chrome/common/automation_messages_internal.h
|
| diff --git a/chrome/common/automation_messages_internal.h b/chrome/common/automation_messages_internal.h
|
| index a788d1896b006d22679c41d4d69838e6894b2970..23249da3e11bbd3a64729905cde1c5df8a542901 100644
|
| --- a/chrome/common/automation_messages_internal.h
|
| +++ b/chrome/common/automation_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.
|
|
|
| @@ -958,7 +958,7 @@ IPC_MESSAGE_ROUTED2(AutomationMsg_RequestData,
|
|
|
| IPC_MESSAGE_ROUTED2(AutomationMsg_RequestEnd,
|
| int /* request_id */,
|
| - URLRequestStatus /* status */)
|
| + net::URLRequestStatus /* status */)
|
|
|
| IPC_MESSAGE_CONTROL1(AutomationMsg_PrintAsync,
|
| int /* tab_handle */)
|
|
|