summaryrefslogtreecommitdiffstats
path: root/chrome/browser/renderer_host/global_request_id.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/renderer_host/global_request_id.h')
-rw-r--r--chrome/browser/renderer_host/global_request_id.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/renderer_host/global_request_id.h b/chrome/browser/renderer_host/global_request_id.h
index eb9520b..cb87c39 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) {
}