| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 79e1fd086b3613b816e3bac7abda4f8b1136e00a..aa11d9b9724cdcea46de6c693a18897f9cbf08a6 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -2494,7 +2494,7 @@ const char kProfilePreferenceHashes[] = "profile.preference_hashes";
|
|
|
| // Stores a pair of local time and corresponding network time to bootstrap
|
| // network time tracker when browser starts.
|
| -const char kNetworkTimeMapping[] = "profile.network_time_mapping";
|
| +const char kNetworkTimeMapping[] = "network_time.network_time_mapping";
|
|
|
| #if defined(OS_ANDROID)
|
| // A list of partner bookmark rename/remove mappings.
|
|
|