| Index: chrome/browser/plugins/plugin_data_remover_helper.h
|
| diff --git a/chrome/browser/plugin_data_remover_helper.h b/chrome/browser/plugins/plugin_data_remover_helper.h
|
| similarity index 68%
|
| rename from chrome/browser/plugin_data_remover_helper.h
|
| rename to chrome/browser/plugins/plugin_data_remover_helper.h
|
| index 4cc116b07f10717c419356c6da211f58107dc12e..92eac319b866a1282793f21e715acbbb5deb7841 100644
|
| --- a/chrome/browser/plugin_data_remover_helper.h
|
| +++ b/chrome/browser/plugins/plugin_data_remover_helper.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_DATA_REMOVER_HELPER_H_
|
| -#define CHROME_BROWSER_PLUGIN_DATA_REMOVER_HELPER_H_
|
| +#ifndef CHROME_BROWSER_PLUGINS_PLUGIN_DATA_REMOVER_HELPER_H_
|
| +#define CHROME_BROWSER_PLUGINS_PLUGIN_DATA_REMOVER_HELPER_H_
|
|
|
| class PluginPrefs;
|
|
|
| @@ -14,4 +14,4 @@ class PluginDataRemoverHelper {
|
| static bool IsSupported(PluginPrefs* plugin_prefs);
|
| };
|
|
|
| -#endif // CHROME_BROWSER_PLUGIN_DATA_REMOVER_HELPER_H_
|
| +#endif // CHROME_BROWSER_PLUGINS_PLUGIN_DATA_REMOVER_HELPER_H_
|
|
|