| Index: chrome_frame/test/reliability/page_load_test.cc
|
| diff --git a/chrome_frame/test/reliability/page_load_test.cc b/chrome_frame/test/reliability/page_load_test.cc
|
| index f8accc2807ab675169b46b573da11dc56b69d0cf..72e653be0e3fbbe4791b45fa4013bf13b31cecd2 100644
|
| --- a/chrome_frame/test/reliability/page_load_test.cc
|
| +++ b/chrome_frame/test/reliability/page_load_test.cc
|
| @@ -28,6 +28,7 @@
|
| #include "base/file_version_info.h"
|
| #include "base/i18n/time_formatting.h"
|
| #include "base/path_service.h"
|
| +#include "base/prefs/json_pref_store.h"
|
| #include "base/string_number_conversions.h"
|
| #include "base/string_util.h"
|
| #include "base/test/test_file_util.h"
|
| @@ -42,7 +43,6 @@
|
| #include "chrome/common/chrome_paths.h"
|
| #include "chrome/common/chrome_paths_internal.h"
|
| #include "chrome/common/chrome_switches.h"
|
| -#include "chrome/common/json_pref_store.h"
|
| #include "chrome/common/logging_chrome.h"
|
| #include "chrome/common/pref_names.h"
|
| #include "chrome/test/automation/automation_proxy.h"
|
|
|