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

Unified Diff: chrome/browser/plugins/plugin_installer_observer.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
« no previous file with comments | « chrome/browser/plugins/plugin_installer.cc ('k') | chrome/browser/plugins/plugin_installer_observer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/plugins/plugin_installer_observer.h
diff --git a/chrome/browser/plugin_installer_observer.h b/chrome/browser/plugins/plugin_installer_observer.h
similarity index 86%
rename from chrome/browser/plugin_installer_observer.h
rename to chrome/browser/plugins/plugin_installer_observer.h
index e63dee8709ba9fd06f195968956f64761c257723..e767bc1c57190fc20b207e797c1d96035a9d1b78 100644
--- a/chrome/browser/plugin_installer_observer.h
+++ b/chrome/browser/plugins/plugin_installer_observer.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_PLUGIN_INSTALLER_OBSERVER_H_
-#define CHROME_BROWSER_PLUGIN_INSTALLER_OBSERVER_H_
+#ifndef CHROME_BROWSER_PLUGINS_PLUGIN_INSTALLER_OBSERVER_H_
+#define CHROME_BROWSER_PLUGINS_PLUGIN_INSTALLER_OBSERVER_H_
#include <string>
@@ -43,4 +43,4 @@ class WeakPluginInstallerObserver : public PluginInstallerObserver {
virtual void OnlyWeakObserversLeft();
};
-#endif // CHROME_BROWSER_PLUGIN_INSTALLER_OBSERVER_H_
+#endif // CHROME_BROWSER_PLUGINS_PLUGIN_INSTALLER_OBSERVER_H_
« no previous file with comments | « chrome/browser/plugins/plugin_installer.cc ('k') | chrome/browser/plugins/plugin_installer_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698