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

Unified Diff: components/autofill/core/browser/autofill_metrics_unittest.cc

Issue 2510803003: Pass RapporService to content/browser/ (Closed)
Patch Set: Fix more compile errors in JNI files Created 4 years 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/autofill/core/browser/autofill_metrics_unittest.cc
diff --git a/components/autofill/core/browser/autofill_metrics_unittest.cc b/components/autofill/core/browser/autofill_metrics_unittest.cc
index 681b131a408b697d2af156bd8d9634642c22aca1..459e871f029ce707dce4b3a961f7f8b451d45c45 100644
--- a/components/autofill/core/browser/autofill_metrics_unittest.cc
+++ b/components/autofill/core/browser/autofill_metrics_unittest.cc
@@ -42,7 +42,7 @@
using base::ASCIIToUTF16;
using base::Bucket;
using base::TimeTicks;
-using rappor::TestRapporService;
+using rappor::TestRapporServiceImpl;
using ::testing::ElementsAre;
namespace autofill {
@@ -4035,7 +4035,7 @@ class AutofillMetricsParseQueryResponseTest : public testing::Test {
}
protected:
- TestRapporService rappor_service_;
+ TestRapporServiceImpl rappor_service_;
std::vector<std::unique_ptr<FormStructure>> owned_forms_;
std::vector<FormStructure*> forms_;
};

Powered by Google App Engine
This is Rietveld 408576698