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

Unified Diff: chrome/default_plugin/install_dialog.h

Issue 2803035: Move default_plugin out of webkit. (Closed)
Patch Set: '' 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/default_plugin_resources.rc ('k') | chrome/default_plugin/install_dialog.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/default_plugin/install_dialog.h
diff --git a/webkit/default_plugin/install_dialog.h b/chrome/default_plugin/install_dialog.h
similarity index 90%
rename from webkit/default_plugin/install_dialog.h
rename to chrome/default_plugin/install_dialog.h
index e5e55430570a23bc9b6782a7a8ff10164723eb20..601127ddc86df210a0722c1f40e8893937029cbc 100644
--- a/webkit/default_plugin/install_dialog.h
+++ b/chrome/default_plugin/install_dialog.h
@@ -2,15 +2,15 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef WEBKIT_DEFAULT_PLUGIN_INSTALL_DIALOG_H__
-#define WEBKIT_DEFAULT_PLUGIN_INSTALL_DIALOG_H__
+#ifndef CHROME_DEFAULT_PLUGIN_INSTALL_DIALOG_H_
+#define CHROME_DEFAULT_PLUGIN_INSTALL_DIALOG_H_
#include <atlbase.h>
#include <atlwin.h>
#include <string>
#include <vector>
-#include "webkit/default_plugin/default_plugin_resources.h"
+#include "chrome/default_plugin/default_plugin_resources.h"
class PluginInstallerImpl;
@@ -57,4 +57,4 @@ class PluginInstallDialog : public CDialogImpl<PluginInstallDialog> {
std::wstring plugin_name_;
};
-#endif // WEBKIT_DEFAULT_PLUGIN_INSTALL_DIALOG_H__
+#endif // CHROME_DEFAULT_PLUGIN_INSTALL_DIALOG_H_
« no previous file with comments | « chrome/default_plugin/default_plugin_resources.rc ('k') | chrome/default_plugin/install_dialog.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698