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

Unified Diff: chrome/default_plugin/plugin_database_handler.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/install_dialog.cc ('k') | chrome/default_plugin/plugin_database_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/default_plugin/plugin_database_handler.h
diff --git a/webkit/default_plugin/plugin_database_handler.h b/chrome/default_plugin/plugin_database_handler.h
similarity index 96%
rename from webkit/default_plugin/plugin_database_handler.h
rename to chrome/default_plugin/plugin_database_handler.h
index ae83a28f3a7fcf6ff02ee53a4d45c81551da80a1..fcbdfd0feac81535502fc5eca084c42a6dfabba6 100644
--- a/webkit/default_plugin/plugin_database_handler.h
+++ b/chrome/default_plugin/plugin_database_handler.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_DATABASE_HANDLER_H
-#define WEBKIT_DEFAULT_PLUGIN_PLUGIN_DATABASE_HANDLER_H
+#ifndef CHROME_DEFAULT_PLUGIN_PLUGIN_DATABASE_HANDLER_H_
+#define CHROME_DEFAULT_PLUGIN_PLUGIN_DATABASE_HANDLER_H_
#include <windows.h>
#include <string>
@@ -153,4 +153,4 @@ class PluginDatabaseHandler {
bool ignore_plugin_db_data_;
};
-#endif // WEBKIT_DEFAULT_PLUGIN_PLUGIN_DATABASE_DOWNLOAD_HANDLER_H
+#endif // CHROME_DEFAULT_PLUGIN_PLUGIN_DATABASE_HANDLER_H_
« no previous file with comments | « chrome/default_plugin/install_dialog.cc ('k') | chrome/default_plugin/plugin_database_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698