| Index: chrome/default_plugin/plugin_impl_win.cc
|
| diff --git a/webkit/default_plugin/plugin_impl_win.cc b/chrome/default_plugin/plugin_impl_win.cc
|
| similarity index 99%
|
| rename from webkit/default_plugin/plugin_impl_win.cc
|
| rename to chrome/default_plugin/plugin_impl_win.cc
|
| index 55b91645410620c9a3fac1bf22f4f01fb1ea5711..4b8dacb2c1ecf9ce3ad3c9f1b0c74983090a7b56 100644
|
| --- a/webkit/default_plugin/plugin_impl_win.cc
|
| +++ b/chrome/default_plugin/plugin_impl_win.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_win.h"
|
| +#include "chrome/default_plugin/plugin_impl_win.h"
|
|
|
| #include <shellapi.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"
|
|
|
| static const int TOOLTIP_MAX_WIDTH = 500;
|
|
|
|
|