| Index: chrome/browser/browser_shutdown.cc
|
| diff --git a/chrome/browser/browser_shutdown.cc b/chrome/browser/browser_shutdown.cc
|
| index 198a75c3970c467e86f60d25f6bf3dd55e71cb30..7c14c52de10d56d1bfcb90bf358f4c8e4778a9bf 100644
|
| --- a/chrome/browser/browser_shutdown.cc
|
| +++ b/chrome/browser/browser_shutdown.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.
|
|
|
| @@ -22,7 +22,6 @@
|
| #include "chrome/browser/about_flags.h"
|
| #include "chrome/browser/browser_process.h"
|
| #include "chrome/browser/browser_thread.h"
|
| -#include "chrome/browser/dom_ui/chrome_url_data_manager.h"
|
| #include "chrome/browser/first_run/first_run.h"
|
| #include "chrome/browser/jankometer.h"
|
| #include "chrome/browser/metrics/metrics_service.h"
|
| @@ -34,10 +33,11 @@
|
| #include "chrome/browser/renderer_host/render_widget_host.h"
|
| #include "chrome/browser/service/service_process_control_manager.h"
|
| #include "chrome/browser/ui/browser_list.h"
|
| +#include "chrome/browser/webui/chrome_url_data_manager.h"
|
| #include "chrome/common/chrome_paths.h"
|
| +#include "chrome/common/chrome_plugin_lib.h"
|
| #include "chrome/common/chrome_switches.h"
|
| #include "chrome/common/pref_names.h"
|
| -#include "chrome/common/chrome_plugin_lib.h"
|
| #include "chrome/common/switch_utils.h"
|
| #include "net/predictor_api.h"
|
| #include "ui/base/resource/resource_bundle.h"
|
|
|