| Index: chrome/browser/extensions/activity_log/counting_policy.h
|
| diff --git a/chrome/browser/extensions/activity_log/counting_policy.h b/chrome/browser/extensions/activity_log/counting_policy.h
|
| index 3926670166da7df99e2534e4564293f1e7a59647..8c224c684df47e151fb72c1aa83dd3e3dd97ab2b 100644
|
| --- a/chrome/browser/extensions/activity_log/counting_policy.h
|
| +++ b/chrome/browser/extensions/activity_log/counting_policy.h
|
| @@ -59,8 +59,8 @@ class CountingPolicy : public ActivityLogDatabasePolicy {
|
|
|
| // The main database table, and the name for a read-only view that
|
| // decompresses string values for easier parsing.
|
| - static const char* kTableName;
|
| - static const char* kReadViewName;
|
| + static const char kTableName[];
|
| + static const char kReadViewName[];
|
|
|
| protected:
|
| // The ActivityDatabase::Delegate interface. These are always called from
|
|
|