Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2850)

Unified Diff: chrome/default_plugin/plugin_impl_win.h

Issue 2813047: Move default_plugin from webkit/ to chrome/ (Closed)
Patch Set: fix windows? Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/default_plugin/plugin_impl_mac.mm ('k') | chrome/default_plugin/plugin_impl_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « chrome/default_plugin/plugin_impl_mac.mm ('k') | chrome/default_plugin/plugin_impl_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698