| Index: Source/platform/plugins/PluginData.cpp
|
| diff --git a/Source/core/plugins/PluginData.cpp b/Source/platform/plugins/PluginData.cpp
|
| similarity index 96%
|
| rename from Source/core/plugins/PluginData.cpp
|
| rename to Source/platform/plugins/PluginData.cpp
|
| index d941dcababe312c06560dfed1195cfa03e5b586f..fc843b8af5c0a5d2f528b4ff0f934b74319adf67 100644
|
| --- a/Source/core/plugins/PluginData.cpp
|
| +++ b/Source/platform/plugins/PluginData.cpp
|
| @@ -22,16 +22,16 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "core/plugins/PluginData.h"
|
| +#include "platform/plugins/PluginData.h"
|
|
|
| -#include "core/plugins/PluginListBuilder.h"
|
| +#include "platform/plugins/PluginListBuilder.h"
|
| #include "public/platform/Platform.h"
|
|
|
| namespace WebCore {
|
|
|
| class PluginCache {
|
| public:
|
| - PluginCache() : m_loaded(false), m_refresh(false) {}
|
| + PluginCache() : m_loaded(false), m_refresh(false) { }
|
| ~PluginCache() { reset(false); }
|
|
|
| void reset(bool refresh)
|
|
|