| Index: chrome/browser/plugins/plugin_prefs.cc
|
| diff --git a/chrome/browser/plugin_prefs.cc b/chrome/browser/plugins/plugin_prefs.cc
|
| similarity index 99%
|
| rename from chrome/browser/plugin_prefs.cc
|
| rename to chrome/browser/plugins/plugin_prefs.cc
|
| index 4a8da49b567cc210adc7c1e3847f2a5c27822bd6..596aeb06d93c84a35999cdf436f4a570c779fbe0 100644
|
| --- a/chrome/browser/plugin_prefs.cc
|
| +++ b/chrome/browser/plugins/plugin_prefs.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/browser/plugin_prefs.h"
|
| +#include "chrome/browser/plugins/plugin_prefs.h"
|
|
|
| #include <string>
|
|
|
| @@ -14,8 +14,8 @@
|
| #include "base/utf_string_conversions.h"
|
| #include "base/values.h"
|
| #include "build/build_config.h"
|
| -#include "chrome/browser/plugin_installer.h"
|
| -#include "chrome/browser/plugin_prefs_factory.h"
|
| +#include "chrome/browser/plugins/plugin_installer.h"
|
| +#include "chrome/browser/plugins/plugin_prefs_factory.h"
|
| #include "chrome/browser/prefs/scoped_user_pref_update.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/browser/profiles/profile_keyed_service.h"
|
|
|