| Index: chrome/common/pref_service.cc
|
| ===================================================================
|
| --- chrome/common/pref_service.cc (revision 15319)
|
| +++ chrome/common/pref_service.cc (working copy)
|
| @@ -4,13 +4,13 @@
|
|
|
| #include "chrome/common/pref_service.h"
|
|
|
| +#include "app/l10n_util.h"
|
| #include "base/logging.h"
|
| #include "base/message_loop.h"
|
| #include "base/stl_util-inl.h"
|
| #include "base/string_util.h"
|
| #include "base/thread.h"
|
| #include "chrome/common/json_value_serializer.h"
|
| -#include "chrome/common/l10n_util.h"
|
| #include "chrome/common/notification_service.h"
|
| #include "grit/generated_resources.h"
|
|
|
|
|