| Index: chrome/browser/extensions/app_notification_test_util.cc
|
| diff --git a/chrome/browser/extensions/app_notification_test_util.cc b/chrome/browser/extensions/app_notification_test_util.cc
|
| index c963f6236049c1fb3842cfed86cc3577aa1f141c..2f569fa64eaee889c1741f07b8e041076995dffc 100644
|
| --- a/chrome/browser/extensions/app_notification_test_util.cc
|
| +++ b/chrome/browser/extensions/app_notification_test_util.cc
|
| @@ -9,6 +9,8 @@
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| using base::IntToString;
|
| +using extensions::AppNotification;
|
| +using extensions::AppNotificationList;
|
|
|
| namespace app_notification_test_util {
|
|
|
| @@ -38,7 +40,7 @@ void AddNotifications(AppNotificationList* list,
|
| }
|
| }
|
|
|
| -bool AddCopiesFromList(AppNotificationManager* manager,
|
| +bool AddCopiesFromList(extensions::AppNotificationManager* manager,
|
| const AppNotificationList& list) {
|
| bool result = true;
|
| for (AppNotificationList::const_iterator i = list.begin();
|
|
|