| Index: chrome/common/resource_dispatcher.h
|
| diff --git a/chrome/common/resource_dispatcher.h b/chrome/common/resource_dispatcher.h
|
| index 52c6589c72d4186e6f53176a42d1ba7c66deed14..823af81e658cb48f6d76ebaae36cd82528856b69 100644
|
| --- a/chrome/common/resource_dispatcher.h
|
| +++ b/chrome/common/resource_dispatcher.h
|
| @@ -1,11 +1,11 @@
|
| -// 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.
|
|
|
| // See http://dev.chromium.org/developers/design-documents/multi-process-resource-loading
|
|
|
| -#ifndef CHROME_COMMON_RESOURCE_DISPATCHER_H__
|
| -#define CHROME_COMMON_RESOURCE_DISPATCHER_H__
|
| +#ifndef CHROME_COMMON_RESOURCE_DISPATCHER_H_
|
| +#define CHROME_COMMON_RESOURCE_DISPATCHER_H_
|
| #pragma once
|
|
|
| #include <deque>
|
| @@ -114,7 +114,7 @@ class ResourceDispatcher : public IPC::Channel::Listener {
|
| int data_len);
|
| void OnRequestComplete(
|
| int request_id,
|
| - const URLRequestStatus& status,
|
| + const net::URLRequestStatus& status,
|
| const std::string& security_info,
|
| const base::Time& completion_time);
|
|
|
| @@ -149,4 +149,4 @@ class ResourceDispatcher : public IPC::Channel::Listener {
|
| DISALLOW_COPY_AND_ASSIGN(ResourceDispatcher);
|
| };
|
|
|
| -#endif // CHROME_COMMON_RESOURCE_DISPATCHER_H__
|
| +#endif // CHROME_COMMON_RESOURCE_DISPATCHER_H_
|
|
|