| Index: chrome/common/chrome_plugin_lib.cc
|
| diff --git a/chrome/common/chrome_plugin_lib.cc b/chrome/common/chrome_plugin_lib.cc
|
| index e19a24761af00c6d2d608a3a0a99ccfc565bc8b7..7df1837fa8403885c3e0043fb4107a41efd1fed8 100644
|
| --- a/chrome/common/chrome_plugin_lib.cc
|
| +++ b/chrome/common/chrome_plugin_lib.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.
|
|
|
| @@ -11,12 +11,12 @@
|
| #include "base/path_service.h"
|
| #include "base/perftimer.h"
|
| #include "base/string_util.h"
|
| -#include "base/threading/thread.h"
|
| #include "base/threading/platform_thread.h"
|
| +#include "base/threading/thread.h"
|
| #include "chrome/common/chrome_counters.h"
|
| -#include "chrome/common/chrome_switches.h"
|
| -#include "chrome/common/notification_service.h"
|
| #include "chrome/common/chrome_paths.h"
|
| +#include "chrome/common/chrome_switches.h"
|
| +#include "content/common/notification_service.h"
|
| #include "webkit/plugins/npapi/plugin_list.h"
|
|
|
| #if defined(OS_WIN)
|
|
|