| Index: chrome/browser/extensions/app_notification_storage_unittest.cc
|
| diff --git a/chrome/browser/extensions/app_notification_storage_unittest.cc b/chrome/browser/extensions/app_notification_storage_unittest.cc
|
| index 2f20ed541c723e225c394396eecea7d2170d2bd0..dceee5fd5d81be6e2e84a7061e3f985ae6408d5a 100644
|
| --- a/chrome/browser/extensions/app_notification_storage_unittest.cc
|
| +++ b/chrome/browser/extensions/app_notification_storage_unittest.cc
|
| @@ -20,6 +20,8 @@ using content::BrowserThread;
|
|
|
| namespace util = app_notification_test_util;
|
|
|
| +namespace extensions {
|
| +
|
| class AppNotificationStorageTest : public testing::Test {
|
| public:
|
| AppNotificationStorageTest() :
|
| @@ -137,3 +139,5 @@ TEST_F(AppNotificationStorageTest, ReplaceExisting) {
|
| EXPECT_TRUE(storage_->Get(id, &tmp_list));
|
| util::ExpectListsEqual(list2, tmp_list);
|
| }
|
| +
|
| +} // namespace extensions
|
|
|