| Index: chrome/browser/first_run/first_run_win.cc
|
| diff --git a/chrome/browser/first_run/first_run_win.cc b/chrome/browser/first_run/first_run_win.cc
|
| index f04f4bffd09fb40deaf7ac8144ff3b874a876174..429b0b9c014822846cd3a7c439e5b630dccb1893 100644
|
| --- a/chrome/browser/first_run/first_run_win.cc
|
| +++ b/chrome/browser/first_run/first_run_win.cc
|
| @@ -13,6 +13,7 @@
|
| #include "base/file_path.h"
|
| #include "base/file_util.h"
|
| #include "base/path_service.h"
|
| +#include "base/prefs/pref_service.h"
|
| #include "base/process_util.h"
|
| #include "base/string_split.h"
|
| #include "base/stringprintf.h"
|
| @@ -29,7 +30,6 @@
|
| #include "chrome/browser/importer/importer_host.h"
|
| #include "chrome/browser/importer/importer_list.h"
|
| #include "chrome/browser/importer/importer_progress_dialog.h"
|
| -#include "chrome/browser/prefs/pref_service.h"
|
| #include "chrome/browser/process_singleton.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/browser/shell_integration.h"
|
|
|