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

Unified Diff: chrome/default_plugin/plugin_impl.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_database_handler.cc ('k') | chrome/default_plugin/plugin_impl_gtk.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/default_plugin/plugin_impl.h
diff --git a/webkit/default_plugin/plugin_impl.h b/chrome/default_plugin/plugin_impl.h
similarity index 62%
rename from webkit/default_plugin/plugin_impl.h
rename to chrome/default_plugin/plugin_impl.h
index 723cb054cebf4eed30c23ca5b969a7cebf7df949..45e0af34300750126318924a407a021a008ee6ed 100644
--- a/webkit/default_plugin/plugin_impl.h
+++ b/chrome/default_plugin/plugin_impl.h
@@ -3,9 +3,9 @@
// found in the LICENSE file.
#if defined(OS_WIN)
-#include "webkit/default_plugin/plugin_impl_win.h"
+#include "chrome/default_plugin/plugin_impl_win.h"
#elif defined(OS_MACOSX)
-#include "webkit/default_plugin/plugin_impl_mac.h"
+#include "chrome/default_plugin/plugin_impl_mac.h"
#elif defined(TOOLKIT_USES_GTK)
-#include "webkit/default_plugin/plugin_impl_gtk.h"
+#include "chrome/default_plugin/plugin_impl_gtk.h"
#endif
« no previous file with comments | « chrome/default_plugin/plugin_database_handler.cc ('k') | chrome/default_plugin/plugin_impl_gtk.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698