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

Unified Diff: chrome/browser/plugins/plugin_status_pref_setter.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_status_pref_setter.h
diff --git a/chrome/browser/plugin_status_pref_setter.h b/chrome/browser/plugins/plugin_status_pref_setter.h
similarity index 92%
rename from chrome/browser/plugin_status_pref_setter.h
rename to chrome/browser/plugins/plugin_status_pref_setter.h
index 838128125c2e9d9008e92433e83f30ab8d7016a3..ab406ae891a7ccc27f4892c455f7947dfceef4bd 100644
--- a/chrome/browser/plugin_status_pref_setter.h
+++ b/chrome/browser/plugins/plugin_status_pref_setter.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_STATUS_PREF_SETTER_H_
-#define CHROME_BROWSER_PLUGIN_STATUS_PREF_SETTER_H_
+#ifndef CHROME_BROWSER_PLUGINS_PLUGIN_STATUS_PREF_SETTER_H_
+#define CHROME_BROWSER_PLUGINS_PLUGIN_STATUS_PREF_SETTER_H_
#include <vector>
@@ -68,4 +68,4 @@ class PluginStatusPrefSetter : public content::NotificationObserver {
DISALLOW_COPY_AND_ASSIGN(PluginStatusPrefSetter);
};
-#endif // CHROME_BROWSER_PLUGIN_STATUS_PREF_SETTER_H_
+#endif // CHROME_BROWSER_PLUGINS_PLUGIN_STATUS_PREF_SETTER_H_
« no previous file with comments | « chrome/browser/plugins/plugin_prefs_unittest.cc ('k') | chrome/browser/plugins/plugin_status_pref_setter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698