| Index: chrome/default_plugin/plugin_impl_gtk.cc
|
| diff --git a/webkit/default_plugin/plugin_impl_gtk.cc b/chrome/default_plugin/plugin_impl_gtk.cc
|
| similarity index 95%
|
| rename from webkit/default_plugin/plugin_impl_gtk.cc
|
| rename to chrome/default_plugin/plugin_impl_gtk.cc
|
| index cfc599a4a24eba44cdd4d77512ac30f6c1688528..19b960e5b3f5387f29914dfadc1e21cbc53cf592 100644
|
| --- a/webkit/default_plugin/plugin_impl_gtk.cc
|
| +++ b/chrome/default_plugin/plugin_impl_gtk.cc
|
| @@ -2,19 +2,19 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "webkit/default_plugin/plugin_impl_gtk.h"
|
| +#include "chrome/default_plugin/plugin_impl_gtk.h"
|
|
|
| #include <gdk/gdkx.h>
|
|
|
| #include "base/file_util.h"
|
| #include "base/path_service.h"
|
| #include "base/string_util.h"
|
| +#include "chrome/default_plugin/plugin_main.h"
|
| #include "googleurl/src/gurl.h"
|
| #include "grit/webkit_strings.h"
|
| #include "unicode/locid.h"
|
| -#include "webkit/default_plugin/default_plugin_shared.h"
|
| -#include "webkit/default_plugin/plugin_main.h"
|
| #include "webkit/glue/webkit_glue.h"
|
| +#include "webkit/glue/plugins/default_plugin_shared.h"
|
|
|
| // TODO(thakis): Most methods in this class are stubbed out an need to be
|
| // implemented.
|
|
|