| Index: chrome/browser/extensions/app_launcher.cc
|
| diff --git a/chrome/browser/extensions/app_launcher.cc b/chrome/browser/extensions/app_launcher.cc
|
| index 7590bbd636743497c98846ee66b44b19eada2332..6182202097262a14fad61776235ae92eb2e91086 100644
|
| --- a/chrome/browser/extensions/app_launcher.cc
|
| +++ b/chrome/browser/extensions/app_launcher.cc
|
| @@ -7,6 +7,7 @@
|
| #include "base/command_line.h"
|
| #include "base/threading/sequenced_worker_pool.h"
|
| #include "chrome/browser/browser_process.h"
|
| +#include "chrome/browser/prefs/pref_registry_simple.h"
|
| #include "chrome/browser/prefs/pref_service.h"
|
| #include "chrome/common/chrome_switches.h"
|
| #include "chrome/common/pref_names.h"
|
| @@ -102,7 +103,7 @@ bool IsAppLauncherEnabled() {
|
|
|
| namespace app_launcher {
|
|
|
| -void RegisterPrefs(PrefServiceSimple* pref_service) {
|
| +void RegisterPrefs(PrefRegistrySimple* pref_service) {
|
| // If it is impossible to synchronously determine whether the app launcher is
|
| // enabled, assume it is disabled. Anything that needs to know the absolute
|
| // truth should call UpdateIsAppLauncherEnabled().
|
|
|