| Index: chrome/browser/ui/cocoa/history_menu_bridge.mm
|
| diff --git a/chrome/browser/ui/cocoa/history_menu_bridge.mm b/chrome/browser/ui/cocoa/history_menu_bridge.mm
|
| index 14fa62c756ce458e5d6eefa0c625021448b592c3..3142449af6e21330bb108582de9711454e3d2c38 100644
|
| --- a/chrome/browser/ui/cocoa/history_menu_bridge.mm
|
| +++ b/chrome/browser/ui/cocoa/history_menu_bridge.mm
|
| @@ -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.
|
|
|
| @@ -15,9 +15,9 @@
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/browser/sessions/session_types.h"
|
| #import "chrome/browser/ui/cocoa/history_menu_cocoa_controller.h"
|
| -#include "chrome/common/notification_registrar.h"
|
| -#include "chrome/common/notification_service.h"
|
| #include "chrome/common/url_constants.h"
|
| +#include "content/common/notification_registrar.h"
|
| +#include "content/common/notification_service.h"
|
| #include "grit/app_resources.h"
|
| #include "grit/generated_resources.h"
|
| #include "grit/theme_resources.h"
|
|
|