Index: chrome/browser/extensions/api/notifications/notifications_apitest.cc |
diff --git a/chrome/browser/extensions/api/notifications/notifications_apitest.cc b/chrome/browser/extensions/api/notifications/notifications_apitest.cc |
index e6d1c06b099f4a38365901e5ed4a6e75f3a4e922..f9b10f08d2bf3283d0d8c752b2b3139802c24d2e 100644 |
--- a/chrome/browser/extensions/api/notifications/notifications_apitest.cc |
+++ b/chrome/browser/extensions/api/notifications/notifications_apitest.cc |
@@ -16,6 +16,7 @@ |
#include "extensions/browser/api/test/test_api.h" |
#include "extensions/browser/notification_types.h" |
#include "extensions/common/features/feature.h" |
+#include "extensions/common/test_util.h" |
#include "extensions/test/result_catcher.h" |
#include "ui/message_center/message_center.h" |
#include "ui/message_center/notification_list.h" |
@@ -164,7 +165,8 @@ IN_PROC_BROWSER_TEST_F(NotificationsApiTest, TestPartialUpdate) { |
} |
IN_PROC_BROWSER_TEST_F(NotificationsApiTest, TestGetPermissionLevel) { |
- scoped_refptr<Extension> empty_extension(utils::CreateEmptyExtension()); |
+ scoped_refptr<Extension> empty_extension( |
+ extensions::test_util::CreateEmptyExtension()); |
// Get permission level for the extension whose notifications are enabled. |
{ |