| Index: chrome/browser/extensions/app_notification.cc
|
| diff --git a/chrome/browser/extensions/app_notification.cc b/chrome/browser/extensions/app_notification.cc
|
| index f89353e23b6ea251bd3355e3f63fb5c9984c53db..b9342ae99217a7d853a9845999ce5947e20a8de2 100644
|
| --- a/chrome/browser/extensions/app_notification.cc
|
| +++ b/chrome/browser/extensions/app_notification.cc
|
| @@ -9,6 +9,8 @@
|
| #include "base/string_number_conversions.h"
|
| #include "base/memory/scoped_ptr.h"
|
|
|
| +namespace extensions {
|
| +
|
| namespace {
|
|
|
| const char* kIsLocalKey = "is_local";
|
| @@ -153,3 +155,5 @@ AppNotificationList* CopyAppNotificationList(
|
| }
|
| return copy;
|
| }
|
| +
|
| +} // namespace extensions
|
|
|