Index: chrome/browser/plugins/plugin_infobar_delegates.h |
diff --git a/chrome/browser/plugin_infobar_delegates.h b/chrome/browser/plugins/plugin_infobar_delegates.h |
similarity index 96% |
rename from chrome/browser/plugin_infobar_delegates.h |
rename to chrome/browser/plugins/plugin_infobar_delegates.h |
index 03b18baedc6484c47a61c005f9e2f4511f938a0a..2a829d9adf48a899f6946e4b45f915f56a54bdb1 100644 |
--- a/chrome/browser/plugin_infobar_delegates.h |
+++ b/chrome/browser/plugins/plugin_infobar_delegates.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 CHROME_BROWSER_PLUGIN_INFOBAR_DELEGATES_H_ |
-#define CHROME_BROWSER_PLUGIN_INFOBAR_DELEGATES_H_ |
+#ifndef CHROME_BROWSER_PLUGINS_PLUGIN_INFOBAR_DELEGATES_H_ |
+#define CHROME_BROWSER_PLUGINS_PLUGIN_INFOBAR_DELEGATES_H_ |
#include "base/callback.h" |
#include "chrome/browser/api/infobars/confirm_infobar_delegate.h" |
#include "googleurl/src/gurl.h" |
#if defined(ENABLE_PLUGIN_INSTALLATION) |
-#include "chrome/browser/plugin_installer_observer.h" |
+#include "chrome/browser/plugins/plugin_installer_observer.h" |
#endif // defined(ENABLE_PLUGIN_INSTALLATION) |
class InfoBarService; |
@@ -199,4 +199,4 @@ class PluginMetroModeInfoBarDelegate : public ConfirmInfoBarDelegate { |
}; |
#endif // defined(OS_WIN) |
-#endif // CHROME_BROWSER_PLUGIN_INFOBAR_DELEGATES_H_ |
+#endif // CHROME_BROWSER_PLUGINS_PLUGIN_INFOBAR_DELEGATES_H_ |