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

Unified Diff: chrome/browser/renderer_host/pepper/device_id_fetcher.h

Issue 14622003: components: Move PrefRegistrySyncable into user_prefs namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixes Created 7 years, 8 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/renderer_host/pepper/device_id_fetcher.h
diff --git a/chrome/browser/renderer_host/pepper/device_id_fetcher.h b/chrome/browser/renderer_host/pepper/device_id_fetcher.h
index c028a1e4f07416f7c19676d34c0ff6859f614929..518828aadab875e0de2185f09cd17a4201a635c4 100644
--- a/chrome/browser/renderer_host/pepper/device_id_fetcher.h
+++ b/chrome/browser/renderer_host/pepper/device_id_fetcher.h
@@ -14,13 +14,16 @@
#include "base/memory/ref_counted.h"
#include "ppapi/c/pp_instance.h"
-class PrefRegistrySyncable;
class Profile;
namespace content {
class BrowserPpapiHost;
}
+namespace user_prefs {
+class PrefRegistrySyncable;
+}
+
namespace chrome {
class PepperFlashDeviceIDHost;
@@ -37,7 +40,7 @@ class DeviceIDFetcher : public base::RefCountedThreadSafe<DeviceIDFetcher> {
void Start(content::BrowserPpapiHost* browser_host);
// Called to register the |kEnableDRM| and |kDRMSalt| preferences.
- static void RegisterUserPrefs(PrefRegistrySyncable* prefs);
+ static void RegisterUserPrefs(user_prefs::PrefRegistrySyncable* prefs);
// Return the path where the legacy device ID is stored (for ChromeOS only).
static base::FilePath GetLegacyDeviceIDPath(
« no previous file with comments | « chrome/browser/profiles/profile_keyed_base_factory.cc ('k') | chrome/browser/renderer_host/pepper/device_id_fetcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698