| Index: chrome/browser/plugins/plugin_prefs_factory.cc
|
| diff --git a/chrome/browser/plugin_prefs_factory.cc b/chrome/browser/plugins/plugin_prefs_factory.cc
|
| similarity index 96%
|
| rename from chrome/browser/plugin_prefs_factory.cc
|
| rename to chrome/browser/plugins/plugin_prefs_factory.cc
|
| index 75b7f26831ef5e2eea633e176f829a3205b009de..9f297184638584d0cc18675054dddd79769d239a 100644
|
| --- a/chrome/browser/plugin_prefs_factory.cc
|
| +++ b/chrome/browser/plugins/plugin_prefs_factory.cc
|
| @@ -2,10 +2,10 @@
|
| // 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_factory.h"
|
| +#include "chrome/browser/plugins/plugin_prefs_factory.h"
|
|
|
| #include "base/path_service.h"
|
| -#include "chrome/browser/plugin_prefs.h"
|
| +#include "chrome/browser/plugins/plugin_prefs.h"
|
| #include "chrome/browser/prefs/pref_service.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/browser/profiles/profile_dependency_manager.h"
|
|
|