Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(617)

Unified Diff: components/spellcheck/browser/feedback_sender_unittest.cc

Issue 2244083002: Componentize spellcheck [4]: spellcheck/browser and android java-side. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;

Powered by Google App Engine
This is Rietveld 408576698