| Index: chrome/browser/chromeos/notifications/notification_browsertest.cc
|
| diff --git a/chrome/browser/chromeos/notifications/notification_browsertest.cc b/chrome/browser/chromeos/notifications/notification_browsertest.cc
|
| index 6985bbd1ebf7b0871ca4fd3b62d3378e1786eef8..0dac6c6e017b06627174f36d5d4218500cc12e14 100644
|
| --- a/chrome/browser/chromeos/notifications/notification_browsertest.cc
|
| +++ b/chrome/browser/chromeos/notifications/notification_browsertest.cc
|
| @@ -54,7 +54,7 @@ class NotificationTest : public InProcessBrowserTest,
|
| expected_(PanelController::INITIAL) {
|
| }
|
|
|
| - void HandleDOMUIMessage(const Value* value) {
|
| + void HandleDOMUIMessage(const ListValue* value) {
|
| MessageLoop::current()->Quit();
|
| }
|
|
|
|
|