| Index: chrome/test/test_notification_tracker.cc
|
| ===================================================================
|
| --- chrome/test/test_notification_tracker.cc (revision 69103)
|
| +++ chrome/test/test_notification_tracker.cc (working copy)
|
| @@ -1,9 +1,11 @@
|
| -// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2010 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| #include "chrome/test/test_notification_tracker.h"
|
|
|
| +#include "chrome/common/notification_service.h"
|
| +
|
| TestNotificationTracker::Event::Event()
|
| : type(NotificationType::ALL),
|
| source(NotificationService::AllSources()),
|
|
|