| Index: content/renderer/active_notification_tracker_unittest.cc
|
| ===================================================================
|
| --- content/renderer/active_notification_tracker_unittest.cc (revision 163460)
|
| +++ content/renderer/active_notification_tracker_unittest.cc (working copy)
|
| @@ -5,6 +5,8 @@
|
| #include "content/renderer/active_notification_tracker.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| +namespace content {
|
| +
|
| TEST(ActiveNotificationTrackerTest, TestLookupAndClear) {
|
| ActiveNotificationTracker tracker;
|
|
|
| @@ -23,3 +25,5 @@
|
|
|
| tracker.Clear();
|
| }
|
| +
|
| +} // namespace content
|
|
|