| Index: base/metrics/stats_table.h
|
| ===================================================================
|
| --- base/metrics/stats_table.h (revision 79303)
|
| +++ base/metrics/stats_table.h (working copy)
|
| @@ -23,6 +23,7 @@
|
|
|
| #include <string>
|
|
|
| +#include "base/base_api.h"
|
| #include "base/basictypes.h"
|
| #include "base/hash_tables.h"
|
| #include "base/synchronization/lock.h"
|
| @@ -30,7 +31,7 @@
|
|
|
| namespace base {
|
|
|
| -class StatsTable {
|
| +class BASE_API StatsTable {
|
| public:
|
| // Create a new StatsTable.
|
| // If a StatsTable already exists with the specified name, this StatsTable
|
|
|