| Index: base/metrics/stats_table.h | 
| diff --git a/base/metrics/stats_table.h b/base/metrics/stats_table.h | 
| index 2a4f2665222a1379ee4b68e88c2fbbe0aebacc3e..32b22ebf6db89e6a5512d558124aac18e66ae303 100644 | 
| --- a/base/metrics/stats_table.h | 
| +++ b/base/metrics/stats_table.h | 
| @@ -1,4 +1,4 @@ | 
| -// 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. | 
| // | 
| @@ -132,6 +132,7 @@ class StatsTable { | 
| private: | 
| class Private; | 
| struct TLSData; | 
| +  typedef hash_map<std::string, int> CountersMap; | 
|  | 
| // Returns the space occupied by a thread in the table.  Generally used | 
| // if a thread terminates but the process continues.  This function | 
| @@ -171,8 +172,6 @@ class StatsTable { | 
| // initialized. | 
| TLSData* GetTLSData() const; | 
|  | 
| -  typedef hash_map<std::string, int> CountersMap; | 
| - | 
| Private* impl_; | 
|  | 
| // The counters_lock_ protects the counters_ hash table. | 
|  |