| Index: chrome/default_plugin/plugin_impl_win.h | 
| diff --git a/webkit/default_plugin/plugin_impl_win.h b/chrome/default_plugin/plugin_impl_win.h | 
| similarity index 97% | 
| rename from webkit/default_plugin/plugin_impl_win.h | 
| rename to chrome/default_plugin/plugin_impl_win.h | 
| index f2e9ba874b05dd9ee943e2a44b89ccd19c5c2e6c..24d1b22da623cc66d54e18227f9a332fbdaa025f 100644 | 
| --- a/webkit/default_plugin/plugin_impl_win.h | 
| +++ b/chrome/default_plugin/plugin_impl_win.h | 
| @@ -2,17 +2,17 @@ | 
| // Use of this source code is governed by a BSD-style license that can be | 
| // found in the LICENSE file. | 
|  | 
| -#ifndef WEBKIT_DEFAULT_PLUGIN_PLUGIN_IMPL_WIN_H_ | 
| -#define WEBKIT_DEFAULT_PLUGIN_PLUGIN_IMPL_WIN_H_ | 
| +#ifndef CHROME_DEFAULT_PLUGIN_PLUGIN_IMPL_WIN_H_ | 
| +#define CHROME_DEFAULT_PLUGIN_PLUGIN_IMPL_WIN_H_ | 
|  | 
| #include <string> | 
| #include <vector> | 
|  | 
| +#include "chrome/default_plugin/install_dialog.h" | 
| +#include "chrome/default_plugin/plugin_database_handler.h" | 
| +#include "chrome/default_plugin/plugin_install_job_monitor.h" | 
| #include "gfx/window_impl.h" | 
| #include "third_party/npapi/bindings/npapi.h" | 
| -#include "webkit/default_plugin/install_dialog.h" | 
| -#include "webkit/default_plugin/plugin_database_handler.h" | 
| -#include "webkit/default_plugin/plugin_install_job_monitor.h" | 
|  | 
| // Possible plugin installer states. | 
| enum PluginInstallerState { | 
| @@ -314,4 +314,4 @@ class PluginInstallerImpl : public gfx::WindowImpl { | 
| }; | 
|  | 
|  | 
| -#endif  // WEBKIT_DEFAULT_PLUGIN_PLUGIN_IMPL_WIN_H_ | 
| +#endif  // CHROME_DEFAULT_PLUGIN_PLUGIN_IMPL_WIN_H_ | 
|  |