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

Unified Diff: chrome/browser/plugins/plugin_prefs.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_observer.cc ('k') | chrome/browser/plugins/plugin_prefs.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/plugins/plugin_prefs.h
diff --git a/chrome/browser/plugin_prefs.h b/chrome/browser/plugins/plugin_prefs.h
similarity index 97%
rename from chrome/browser/plugin_prefs.h
rename to chrome/browser/plugins/plugin_prefs.h
index 56ecaa7fdff50e4af990148359252f8493ddd2f8..14fef59556675653e69035bd60c8d8ae2242b4f7 100644
--- a/chrome/browser/plugin_prefs.h
+++ b/chrome/browser/plugins/plugin_prefs.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_PREFS_H_
-#define CHROME_BROWSER_PLUGIN_PREFS_H_
+#ifndef CHROME_BROWSER_PLUGINS_PLUGIN_PREFS_H_
+#define CHROME_BROWSER_PLUGINS_PLUGIN_PREFS_H_
#include <map>
#include <set>
@@ -13,7 +13,7 @@
#include "base/file_path.h"
#include "base/synchronization/lock.h"
#include "chrome/browser/api/prefs/pref_change_registrar.h"
-#include "chrome/browser/plugin_finder.h"
+#include "chrome/browser/plugins/plugin_finder.h"
#include "chrome/browser/prefs/pref_service.h"
#include "chrome/browser/profiles/refcounted_profile_keyed_service.h"
#include "content/public/browser/notification_observer.h"
@@ -201,4 +201,4 @@ class PluginPrefs : public RefcountedProfileKeyedService,
DISALLOW_COPY_AND_ASSIGN(PluginPrefs);
};
-#endif // CHROME_BROWSER_PLUGIN_PREFS_H_
+#endif // CHROME_BROWSER_PLUGINS_PLUGIN_PREFS_H_
« no previous file with comments | « chrome/browser/plugins/plugin_observer.cc ('k') | chrome/browser/plugins/plugin_prefs.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698