Index: chrome/browser/android/preferences/browser_prefs_android.cc |
diff --git a/chrome/browser/android/preferences/browser_prefs_android.cc b/chrome/browser/android/preferences/browser_prefs_android.cc |
index 6e9a9c70bfe39ae32670a3bf202ff5a072cae4c2..c0c2a126773190358a9aedba9cf172402828d31d 100644 |
--- a/chrome/browser/android/preferences/browser_prefs_android.cc |
+++ b/chrome/browser/android/preferences/browser_prefs_android.cc |
@@ -9,9 +9,16 @@ |
#include "chrome/browser/notifications/notification_platform_bridge_android.h" |
#include "components/pref_registry/pref_registry_syncable.h" |
#include "components/prefs/pref_registry_simple.h" |
+#include "ui/base/clipboard/clipboard_android.h" |
+ |
+class PrefService; |
namespace android { |
+void RegisterPrefs(PrefRegistrySimple* registry) { |
+ ui::ClipboardAndroid::RegisterPrefs(registry); |
+} |
+ |
void RegisterUserProfilePrefs(user_prefs::PrefRegistrySyncable* registry) { |
NotificationPlatformBridgeAndroid::RegisterProfilePrefs(registry); |
SearchGeolocationDisclosureTabHelper::RegisterProfilePrefs(registry); |