| Index: chrome/browser/ui/views/frame/browser_view.cc
|
| ===================================================================
|
| --- chrome/browser/ui/views/frame/browser_view.cc (revision 211277)
|
| +++ chrome/browser/ui/views/frame/browser_view.cc (working copy)
|
| @@ -18,6 +18,7 @@
|
| #include "chrome/browser/app_mode/app_mode_utils.h"
|
| #include "chrome/browser/bookmarks/bookmark_utils.h"
|
| #include "chrome/browser/browser_process.h"
|
| +#include "chrome/browser/chrome_notification_types.h"
|
| #include "chrome/browser/extensions/tab_helper.h"
|
| #include "chrome/browser/infobars/infobar_service.h"
|
| #include "chrome/browser/native_window_notification_source.h"
|
| @@ -82,7 +83,6 @@
|
| #include "chrome/browser/ui/views/update_recommended_message_box.h"
|
| #include "chrome/browser/ui/views/website_settings/website_settings_popup_view.h"
|
| #include "chrome/browser/ui/window_sizer/window_sizer.h"
|
| -#include "chrome/common/chrome_notification_types.h"
|
| #include "chrome/common/chrome_switches.h"
|
| #include "chrome/common/pref_names.h"
|
| #include "chrome/common/url_constants.h"
|
|
|