Commit e1d2839a authored by jam@chromium.org's avatar jam@chromium.org

Fix windows unit_tests after r263150

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@263155 0039d316-1c4b-4281-b951-d872f2087c98
parent d6d3c7f2
...@@ -27,7 +27,9 @@ namespace message_center { ...@@ -27,7 +27,9 @@ namespace message_center {
class MessageCenterNotificationManagerTest : public testing::Test { class MessageCenterNotificationManagerTest : public testing::Test {
protected: protected:
MessageCenterNotificationManagerTest() {} MessageCenterNotificationManagerTest() {
MessageCenterNotificationManager::RegisterPrefs(local_state_.registry());
}
virtual void SetUp() { virtual void SetUp() {
// Clear the preference and initialize. // Clear the preference and initialize.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment