| Index: chrome/browser/prefs/browser_prefs.cc
|
| diff --git a/chrome/browser/prefs/browser_prefs.cc b/chrome/browser/prefs/browser_prefs.cc
|
| index 1e04e8bde817c8d68a0cba8efffe16b315f85378..b66733b694e8eba4a3b6e59c9abae861beecbe52 100644
|
| --- a/chrome/browser/prefs/browser_prefs.cc
|
| +++ b/chrome/browser/prefs/browser_prefs.cc
|
| @@ -70,6 +70,7 @@
|
| #include "chrome/browser/signin/signin_promo.h"
|
| #include "chrome/browser/task_manager/task_manager.h"
|
| #include "chrome/browser/ui/app_list/app_list_service.h"
|
| +#include "chrome/browser/ui/app_list/drive/drive_app_mapping.h"
|
| #include "chrome/browser/ui/browser_ui_prefs.h"
|
| #include "chrome/browser/ui/navigation_correction_tab_observer.h"
|
| #include "chrome/browser/ui/network_profile_bubble.h"
|
| @@ -341,6 +342,7 @@ void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry) {
|
| chrome_browser_net::Predictor::RegisterProfilePrefs(registry);
|
| chrome_prefs::RegisterProfilePrefs(registry);
|
| DownloadPrefs::RegisterProfilePrefs(registry);
|
| + DriveAppMapping::RegisterProfilePrefs(registry);
|
| easy_unlock::RegisterProfilePrefs(registry);
|
| extensions::ExtensionPrefs::RegisterProfilePrefs(registry);
|
| extensions::launch_util::RegisterProfilePrefs(registry);
|
|
|