| Index: chrome/test/test_notification_tracker.cc
|
| diff --git a/chrome/test/test_notification_tracker.cc b/chrome/test/test_notification_tracker.cc
|
| index f022da12a950bf252749089c3fe52addb18eb2c2..719af2f44ee7eae276d3300b4e13feb239542a86 100644
|
| --- a/chrome/test/test_notification_tracker.cc
|
| +++ b/chrome/test/test_notification_tracker.cc
|
| @@ -1,10 +1,10 @@
|
| -// Copyright (c) 2010 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2011 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"
|
| +#include "content/common/notification_service.h"
|
|
|
| TestNotificationTracker::Event::Event()
|
| : type(NotificationType::ALL),
|
|
|