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

Unified Diff: chrome/default_plugin/install_dialog.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/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 87%
rename from webkit/default_plugin/install_dialog.h
rename to chrome/default_plugin/install_dialog.h
index e5e55430570a23bc9b6782a7a8ff10164723eb20..0aaf06e3abc8ac0ec5548a4586e035612621e8aa 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;
@@ -38,7 +38,7 @@ class PluginInstallDialog : public CDialogImpl<PluginInstallDialog> {
void ShowInstallDialog(HWND parent);
private:
- PluginInstallDialog(const std::wstring& plugin_name);
+ explicit PluginInstallDialog(const std::wstring& plugin_name);
~PluginInstallDialog();
// Implemented to ensure that we handle RTL layouts correctly.
@@ -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