| Index: chrome/browser/plugins/plugins_field_trial.h | 
| diff --git a/components/content_settings/core/browser/plugins_field_trial.h b/chrome/browser/plugins/plugins_field_trial.h | 
| similarity index 73% | 
| rename from components/content_settings/core/browser/plugins_field_trial.h | 
| rename to chrome/browser/plugins/plugins_field_trial.h | 
| index f486ee09d7a943a901f41f46019e035333ca13cf..ba106604dbd757ba8db9f98c4720d7ac83909b81 100644 | 
| --- a/components/content_settings/core/browser/plugins_field_trial.h | 
| +++ b/chrome/browser/plugins/plugins_field_trial.h | 
| @@ -2,15 +2,13 @@ | 
| // Use of this source code is governed by a BSD-style license that can be | 
| // found in the LICENSE file. | 
|  | 
| -#ifndef COMPONENTS_CONTENT_SETTINGS_CORE_BROWSER_CONTENT_SETTINGS_H_ | 
| -#define COMPONENTS_CONTENT_SETTINGS_CORE_BROWSER_CONTENT_SETTINGS_H_ | 
| +#ifndef CHROME_BROWSER_PLUGINS_PLUGINS_FIELD_TRIAL_H_ | 
| +#define CHROME_BROWSER_PLUGINS_PLUGINS_FIELD_TRIAL_H_ | 
|  | 
| #include "base/macros.h" | 
| #include "components/content_settings/core/common/content_settings.h" | 
| #include "components/content_settings/core/common/content_settings_types.h" | 
|  | 
| -namespace content_settings { | 
| - | 
| // This class manages the Plugins field trials. | 
| class PluginsFieldTrial { | 
| public: | 
| @@ -23,6 +21,4 @@ class PluginsFieldTrial { | 
| DISALLOW_IMPLICIT_CONSTRUCTORS(PluginsFieldTrial); | 
| }; | 
|  | 
| -}  // namespace content_settings | 
| - | 
| -#endif  // COMPONENTS_CONTENT_SETTINGS_CORE_BROWSER_CONTENT_SETTINGS_H_ | 
| +#endif  // CHROME_BROWSER_PLUGINS_PLUGINS_FIELD_TRIAL_H_ | 
|  |