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( |