| Index: components/feedback/feedback_data_unittest.cc
|
| diff --git a/components/feedback/feedback_data_unittest.cc b/components/feedback/feedback_data_unittest.cc
|
| index 53efa431f0d4f43d749bc6d80991271947e53f7c..074a31c5662b5cd322a95f82f08622381b1c7ed5 100644
|
| --- a/components/feedback/feedback_data_unittest.cc
|
| +++ b/components/feedback/feedback_data_unittest.cc
|
| @@ -9,11 +9,11 @@
|
|
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/message_loop/message_loop.h"
|
| +#include "base/prefs/testing_pref_service.h"
|
| #include "base/run_loop.h"
|
| #include "components/feedback/feedback_uploader.h"
|
| #include "components/feedback/feedback_uploader_factory.h"
|
| #include "components/keyed_service/core/keyed_service.h"
|
| -#include "components/prefs/testing_pref_service.h"
|
| #include "components/user_prefs/user_prefs.h"
|
| #include "content/public/test/test_browser_context.h"
|
| #include "content/public/test/test_browser_thread.h"
|
|
|