Index: components/spellcheck/browser/feedback_sender_unittest.cc |
diff --git a/chrome/browser/spellchecker/feedback_sender_unittest.cc b/components/spellcheck/browser/feedback_sender_unittest.cc |
similarity index 99% |
rename from chrome/browser/spellchecker/feedback_sender_unittest.cc |
rename to components/spellcheck/browser/feedback_sender_unittest.cc |
index 20e28588558c83f0d4310c6c7771e61be3316e01..8db8a559c79d94c2a0e65d11412942a702b66cc2 100644 |
--- a/chrome/browser/spellchecker/feedback_sender_unittest.cc |
+++ b/components/spellcheck/browser/feedback_sender_unittest.cc |
@@ -4,7 +4,7 @@ |
// |
// Unit tests for |FeedbackSender| object. |
-#include "chrome/browser/spellchecker/feedback_sender.h" |
+#include "components/spellcheck/browser/feedback_sender.h" |
#include <stddef.h> |
#include <stdint.h> |
@@ -17,7 +17,6 @@ |
#include "base/strings/stringprintf.h" |
#include "base/strings/utf_string_conversions.h" |
#include "base/values.h" |
-#include "chrome/test/base/testing_profile.h" |
#include "components/spellcheck/common/spellcheck_common.h" |
#include "components/spellcheck/common/spellcheck_marker.h" |
#include "components/spellcheck/common/spellcheck_result.h" |
@@ -182,7 +181,6 @@ class FeedbackSenderTest : public testing::Test { |
private: |
base::MessageLoop loop_; |
- TestingProfile profile_; |
content::TestBrowserThread ui_thread_; |
std::unique_ptr<base::FieldTrialList> field_trial_list_; |
scoped_refptr<base::FieldTrial> field_trial_; |