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 96% |
rename from webkit/default_plugin/plugin_impl_win.h |
rename to chrome/default_plugin/plugin_impl_win.h |
index f2e9ba874b05dd9ee943e2a44b89ccd19c5c2e6c..7add87d4c0ee8f1a8185a8f8197cbe9e2cf56f09 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 { |
@@ -37,7 +37,6 @@ class PluginDatabaseHandler; |
class PluginInstallerImpl : public gfx::WindowImpl { |
public: |
static const int kRefreshPluginsMessage = WM_APP + 1; |
- static const int kInstallMissingPluginMessage = WM_APP + 2; |
// mode is the plugin instantiation mode, i.e. whether it is a full |
// page plugin (NP_FULL) or an embedded plugin (NP_EMBED) |
@@ -314,4 +313,4 @@ class PluginInstallerImpl : public gfx::WindowImpl { |
}; |
-#endif // WEBKIT_DEFAULT_PLUGIN_PLUGIN_IMPL_WIN_H_ |
+#endif // CHROME_DEFAULT_PLUGIN_PLUGIN_IMPL_WIN_H_ |