Index: chrome/browser/ui/browser_list.cc |
diff --git a/chrome/browser/ui/browser_list.cc b/chrome/browser/ui/browser_list.cc |
index 1e563537acb373b8a6ec0b2a33129ade137c1212..95a546f2c89349bf0bcd2e0d478ae7abeb1ff1be 100644 |
--- a/chrome/browser/ui/browser_list.cc |
+++ b/chrome/browser/ui/browser_list.cc |
@@ -1,4 +1,4 @@ |
-// 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. |
@@ -12,11 +12,11 @@ |
#include "chrome/browser/browser_shutdown.h" |
#include "chrome/browser/browser_window.h" |
#include "chrome/browser/profiles/profile_manager.h" |
-#include "chrome/common/notification_registrar.h" |
-#include "chrome/common/notification_service.h" |
#include "chrome/common/result_codes.h" |
#include "content/browser/renderer_host/render_process_host.h" |
#include "content/browser/tab_contents/navigation_controller.h" |
+#include "content/common/notification_registrar.h" |
+#include "content/common/notification_service.h" |
#if defined(OS_MACOSX) |
#include "chrome/browser/chrome_browser_application_mac.h" |