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

Unified Diff: chrome/browser/plugins/plugin_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_unittest.cc ('k') | chrome/browser/plugins/plugin_observer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/plugins/plugin_observer.h
diff --git a/chrome/browser/plugin_observer.h b/chrome/browser/plugins/plugin_observer.h
similarity index 93%
rename from chrome/browser/plugin_observer.h
rename to chrome/browser/plugins/plugin_observer.h
index 6c568a44d3e2586155a23e56013169d602980abb..d2d6e114ba517cd2b5cc629f5847a545b9272727 100644
--- a/chrome/browser/plugin_observer.h
+++ b/chrome/browser/plugins/plugin_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_OBSERVER_H_
-#define CHROME_BROWSER_PLUGIN_OBSERVER_H_
+#ifndef CHROME_BROWSER_PLUGINS_PLUGIN_OBSERVER_H_
+#define CHROME_BROWSER_PLUGINS_PLUGIN_OBSERVER_H_
#include "base/memory/weak_ptr.h"
#include "content/public/browser/web_contents_observer.h"
@@ -70,4 +70,4 @@ class PluginObserver : public content::WebContentsObserver {
DISALLOW_COPY_AND_ASSIGN(PluginObserver);
};
-#endif // CHROME_BROWSER_PLUGIN_OBSERVER_H_
+#endif // CHROME_BROWSER_PLUGINS_PLUGIN_OBSERVER_H_
« no previous file with comments | « chrome/browser/plugins/plugin_installer_unittest.cc ('k') | chrome/browser/plugins/plugin_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698