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

Unified Diff: chrome/default_plugin/plugin_impl_gtk.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.h ('k') | chrome/default_plugin/plugin_impl_gtk.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/default_plugin/plugin_impl_gtk.h
diff --git a/webkit/default_plugin/plugin_impl_gtk.h b/chrome/default_plugin/plugin_impl_gtk.h
similarity index 98%
rename from webkit/default_plugin/plugin_impl_gtk.h
rename to chrome/default_plugin/plugin_impl_gtk.h
index 7e2113be93191a68b2edd6c1d03fc294d240f9ff..ec63218b932ed310fc7778e5c46b97e51c74daa2 100644
--- a/webkit/default_plugin/plugin_impl_gtk.h
+++ b/chrome/default_plugin/plugin_impl_gtk.h
@@ -2,8 +2,8 @@
// 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_GTK_H_
-#define WEBKIT_DEFAULT_PLUGIN_PLUGIN_IMPL_GTK_H_
+#ifndef CHROME_DEFAULT_PLUGIN_PLUGIN_IMPL_GTK_H_
+#define CHROME_DEFAULT_PLUGIN_PLUGIN_IMPL_GTK_H_
#include <string>
#include <vector>
@@ -280,4 +280,4 @@ class PluginInstallerImpl {
DISALLOW_COPY_AND_ASSIGN(PluginInstallerImpl);
};
-#endif // WEBKIT_DEFAULT_PLUGIN_PLUGIN_IMPL_GTK_H_
+#endif // CHROME_DEFAULT_PLUGIN_PLUGIN_IMPL_GTK_H_
« no previous file with comments | « chrome/default_plugin/plugin_impl.h ('k') | chrome/default_plugin/plugin_impl_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698