| Index: chrome/default_plugin/plugin_impl.h
|
| diff --git a/webkit/default_plugin/plugin_impl.h b/chrome/default_plugin/plugin_impl.h
|
| similarity index 62%
|
| rename from webkit/default_plugin/plugin_impl.h
|
| rename to chrome/default_plugin/plugin_impl.h
|
| index 723cb054cebf4eed30c23ca5b969a7cebf7df949..45e0af34300750126318924a407a021a008ee6ed 100644
|
| --- a/webkit/default_plugin/plugin_impl.h
|
| +++ b/chrome/default_plugin/plugin_impl.h
|
| @@ -3,9 +3,9 @@
|
| // found in the LICENSE file.
|
|
|
| #if defined(OS_WIN)
|
| -#include "webkit/default_plugin/plugin_impl_win.h"
|
| +#include "chrome/default_plugin/plugin_impl_win.h"
|
| #elif defined(OS_MACOSX)
|
| -#include "webkit/default_plugin/plugin_impl_mac.h"
|
| +#include "chrome/default_plugin/plugin_impl_mac.h"
|
| #elif defined(TOOLKIT_USES_GTK)
|
| -#include "webkit/default_plugin/plugin_impl_gtk.h"
|
| +#include "chrome/default_plugin/plugin_impl_gtk.h"
|
| #endif
|
|
|