| Index: chrome/browser/plugins/plugin_status_pref_setter.h
|
| diff --git a/chrome/browser/plugin_status_pref_setter.h b/chrome/browser/plugins/plugin_status_pref_setter.h
|
| similarity index 92%
|
| rename from chrome/browser/plugin_status_pref_setter.h
|
| rename to chrome/browser/plugins/plugin_status_pref_setter.h
|
| index 838128125c2e9d9008e92433e83f30ab8d7016a3..ab406ae891a7ccc27f4892c455f7947dfceef4bd 100644
|
| --- a/chrome/browser/plugin_status_pref_setter.h
|
| +++ b/chrome/browser/plugins/plugin_status_pref_setter.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROME_BROWSER_PLUGIN_STATUS_PREF_SETTER_H_
|
| -#define CHROME_BROWSER_PLUGIN_STATUS_PREF_SETTER_H_
|
| +#ifndef CHROME_BROWSER_PLUGINS_PLUGIN_STATUS_PREF_SETTER_H_
|
| +#define CHROME_BROWSER_PLUGINS_PLUGIN_STATUS_PREF_SETTER_H_
|
|
|
| #include <vector>
|
|
|
| @@ -68,4 +68,4 @@ class PluginStatusPrefSetter : public content::NotificationObserver {
|
| DISALLOW_COPY_AND_ASSIGN(PluginStatusPrefSetter);
|
| };
|
|
|
| -#endif // CHROME_BROWSER_PLUGIN_STATUS_PREF_SETTER_H_
|
| +#endif // CHROME_BROWSER_PLUGINS_PLUGIN_STATUS_PREF_SETTER_H_
|
|
|