Index: chrome/test/test_notification_tracker.h |
diff --git a/chrome/test/test_notification_tracker.h b/chrome/test/test_notification_tracker.h |
index 1b5e341aa07d19b6d2a67ca588b3c506d7e9452b..7a9f947a0966d7dd2cd47b28ef0fd5f2acbf0f9a 100644 |
--- a/chrome/test/test_notification_tracker.h |
+++ b/chrome/test/test_notification_tracker.h |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2006-2008 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. |
@@ -8,10 +8,10 @@ |
#include <vector> |
-#include "chrome/common/notification_details.h" |
-#include "chrome/common/notification_observer.h" |
-#include "chrome/common/notification_registrar.h" |
-#include "chrome/common/notification_source.h" |
+#include "content/common/notification_details.h" |
+#include "content/common/notification_observer.h" |
+#include "content/common/notification_registrar.h" |
+#include "content/common/notification_source.h" |
// Provides an easy way for tests to verify that a given set of notifications |
// was received during test execution. |