| Index: chrome/browser/task_manager/task_manager_resource_providers.h
|
| diff --git a/chrome/browser/task_manager/task_manager_resource_providers.h b/chrome/browser/task_manager/task_manager_resource_providers.h
|
| index 728d29ef05550cbdda120f3c39dded308492bb23..43ac9102129b0080d623532cb9a7753fca1fc532 100644
|
| --- a/chrome/browser/task_manager/task_manager_resource_providers.h
|
| +++ b/chrome/browser/task_manager/task_manager_resource_providers.h
|
| @@ -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.
|
|
|
| @@ -39,7 +39,7 @@ class TaskManagerRendererResource : public TaskManager::Resource {
|
| // TaskManager::Resource methods:
|
| virtual base::ProcessHandle GetProcess() const OVERRIDE;
|
| virtual Type GetType() const OVERRIDE;
|
| - virtual int GetRoutingId() const OVERRIDE;
|
| + virtual int GetRoutingID() const OVERRIDE;
|
|
|
| virtual bool ReportsCacheStats() const OVERRIDE;
|
| virtual WebKit::WebCache::ResourceTypeStats GetWebCoreCacheStats() const
|
|
|