| Index: chrome/browser/extensions/app_notification_browsertest.cc
|
| diff --git a/chrome/browser/extensions/app_notification_browsertest.cc b/chrome/browser/extensions/app_notification_browsertest.cc
|
| index bb833ab44d51843ba4146a76ff114b912454042a..87d4feca2425b4b26f3defda66647892649395b7 100644
|
| --- a/chrome/browser/extensions/app_notification_browsertest.cc
|
| +++ b/chrome/browser/extensions/app_notification_browsertest.cc
|
| @@ -54,7 +54,7 @@ IN_PROC_BROWSER_TEST_F(AppNotificationTest, SaveClientId) {
|
| Interceptor interceptor;
|
| AppNotifyChannelSetup::SetInterceptorForTests(&interceptor);
|
|
|
| - const Extension* app =
|
| + const extensions::Extension* app =
|
| LoadExtension(test_data_dir_.AppendASCII("app_notifications"));
|
| ASSERT_TRUE(app != NULL);
|
|
|
|
|