summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--webkit/appcache/view_appcache_internals_job.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/webkit/appcache/view_appcache_internals_job.cc b/webkit/appcache/view_appcache_internals_job.cc
index 2d0d27c..db1fa54 100644
--- a/webkit/appcache/view_appcache_internals_job.cc
+++ b/webkit/appcache/view_appcache_internals_job.cc
@@ -1,4 +1,4 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 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.
@@ -433,7 +433,7 @@ class ViewAppCacheJob : public BaseInternalsJob,
public:
ViewAppCacheJob(
net::URLRequest* request, AppCacheService* service,
- const GURL manifest_url)
+ const GURL& manifest_url)
: BaseInternalsJob(request, service),
manifest_url_(manifest_url) {}