summaryrefslogtreecommitdiffstats
path: root/chrome/browser/notifications/desktop_notification_service_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/notifications/desktop_notification_service_unittest.cc')
-rw-r--r--chrome/browser/notifications/desktop_notification_service_unittest.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/notifications/desktop_notification_service_unittest.cc b/chrome/browser/notifications/desktop_notification_service_unittest.cc
index 3af8b0f..b47c645 100644
--- a/chrome/browser/notifications/desktop_notification_service_unittest.cc
+++ b/chrome/browser/notifications/desktop_notification_service_unittest.cc
@@ -24,7 +24,8 @@ class ThreadProxy : public base::RefCountedThreadSafe<ThreadProxy> {
public:
ThreadProxy()
: io_event_(false, false),
- ui_event_(false, false) {
+ ui_event_(false, false),
+ permission_(0) {
// The current message loop was already initalized by the test superclass.
ui_thread_.reset(
new ChromeThread(ChromeThread::UI, MessageLoop::current()));