Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(548)

Unified Diff: chrome/browser/chromeos/notifications/notification_browsertest.cc

Issue 3149026: Fix build due to conflict (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/chromeos/notifications/balloon_view_host.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
}
« no previous file with comments | « chrome/browser/chromeos/notifications/balloon_view_host.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698