| Index: chrome/common/child_process_logging_mac_unittest.mm
|
| diff --git a/chrome/common/child_process_logging_mac_unittest.mm b/chrome/common/child_process_logging_mac_unittest.mm
|
| index 276f19bf0df59752319e02162a69c738ee644617..5dd34a3b5a284c9e5d5e66d560078cb0a067da47 100644
|
| --- a/chrome/common/child_process_logging_mac_unittest.mm
|
| +++ b/chrome/common/child_process_logging_mac_unittest.mm
|
| @@ -78,6 +78,9 @@ class MockBreakpadKeyValueStore {
|
| DISALLOW_COPY_AND_ASSIGN(MockBreakpadKeyValueStore);
|
| };
|
|
|
| +/* static */
|
| +NSMutableDictionary* MockBreakpadKeyValueStore::dict;
|
| +
|
| } // namespace
|
|
|
| // Call through to SetActiveURLImpl using the functions from
|
|
|