| Index: chrome/browser/plugins/plugin_installer.h
|
| diff --git a/chrome/browser/plugin_installer.h b/chrome/browser/plugins/plugin_installer.h
|
| similarity index 96%
|
| rename from chrome/browser/plugin_installer.h
|
| rename to chrome/browser/plugins/plugin_installer.h
|
| index 85a7f6f6b0c958d8fe43d26eae349d725fba0557..1dae7f13ecf0dd42d97aeb115ce50d902257601c 100644
|
| --- a/chrome/browser/plugin_installer.h
|
| +++ b/chrome/browser/plugins/plugin_installer.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_INSTALLER_H_
|
| -#define CHROME_BROWSER_PLUGIN_INSTALLER_H_
|
| +#ifndef CHROME_BROWSER_PLUGINS_PLUGIN_INSTALLER_H_
|
| +#define CHROME_BROWSER_PLUGINS_PLUGIN_INSTALLER_H_
|
|
|
| #include "base/observer_list.h"
|
| #include "base/string16.h"
|
| @@ -125,4 +125,4 @@ class PluginInstaller : public content::DownloadItem::Observer {
|
| DISALLOW_COPY_AND_ASSIGN(PluginInstaller);
|
| };
|
|
|
| -#endif // CHROME_BROWSER_PLUGIN_INSTALLER_H_
|
| +#endif // CHROME_BROWSER_PLUGINS_PLUGIN_INSTALLER_H_
|
|
|