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_ |