| Index: chrome/browser/renderer_host/global_request_id.h
|
| diff --git a/chrome/browser/renderer_host/global_request_id.h b/chrome/browser/renderer_host/global_request_id.h
|
| index eb9520bac4d6162341362f1be3181d59f623ba3f..cb87c39bf25bebe87358859301c2b72583d9e3bc 100644
|
| --- a/chrome/browser/renderer_host/global_request_id.h
|
| +++ b/chrome/browser/renderer_host/global_request_id.h
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2009 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2010 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.
|
|
|
| @@ -6,7 +6,7 @@
|
| #define CHROME_BROWSER_RENDERER_HOST_GLOBAL_REQUEST_ID_H_
|
| #pragma once
|
|
|
| -// Uniquely identifies a URLRequest.
|
| +// Uniquely identifies a net::URLRequest.
|
| struct GlobalRequestID {
|
| GlobalRequestID() : child_id(-1), request_id(-1) {
|
| }
|
|
|