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

Unified Diff: chrome/browser/plugins/plugin_infobar_delegates.h

Issue 10933044: Move chrome/browser/plugin_* to chrome/browser/plugins/ (Closed) Base URL: http://git.chromium.org/chromium/src.git@remove_plugin_group
Patch Set: . Created 8 years, 3 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
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_
« no previous file with comments | « chrome/browser/plugins/plugin_finder_unittest.cc ('k') | chrome/browser/plugins/plugin_infobar_delegates.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698