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

Unified Diff: components/webdata_services/web_data_service_test_util.cc

Issue 777863002: Introduce new component webdata_services (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Compile as static_library instead of component Created 6 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/webdata_services/web_data_service_test_util.cc
diff --git a/components/webdata/common/web_data_service_test_util.cc b/components/webdata_services/web_data_service_test_util.cc
similarity index 83%
rename from components/webdata/common/web_data_service_test_util.cc
rename to components/webdata_services/web_data_service_test_util.cc
index 0d91cdfa7b1136284fb7a9877efcd89210c1efee..e013f323fca1543d6f82e9a76d178584df04f2a8 100644
--- a/components/webdata/common/web_data_service_test_util.cc
+++ b/components/webdata_services/web_data_service_test_util.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "components/webdata/common/web_data_service_test_util.h"
+#include "components/webdata_services/web_data_service_test_util.h"
#include "components/autofill/core/browser/webdata/autofill_webdata_service.h"
@@ -23,15 +23,14 @@ void MockWebDataServiceWrapperBase::Shutdown() {
MockWebDataServiceWrapper::MockWebDataServiceWrapper(
scoped_refptr<AutofillWebDataService> fake_autofill,
scoped_refptr<TokenWebData> fake_token)
- : fake_autofill_web_data_(fake_autofill),
- fake_token_web_data_(fake_token) {
+ : fake_autofill_web_data_(fake_autofill), fake_token_web_data_(fake_token) {
}
MockWebDataServiceWrapper::~MockWebDataServiceWrapper() {
}
scoped_refptr<AutofillWebDataService>
- MockWebDataServiceWrapper::GetAutofillWebData() {
+MockWebDataServiceWrapper::GetAutofillWebData() {
return fake_autofill_web_data_;
}
« no previous file with comments | « components/webdata_services/web_data_service_test_util.h ('k') | components/webdata_services/web_data_service_wrapper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698