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

Unified Diff: components/autofill/core/browser/android/auxiliary_profile_unittest_android.cc

Issue 17392006: In components/autofill, move browser/ to core/browser/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase to fix conflicts Created 7 years, 6 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/autofill/core/browser/android/auxiliary_profile_unittest_android.cc
diff --git a/components/autofill/browser/android/auxiliary_profile_unittest_android.cc b/components/autofill/core/browser/android/auxiliary_profile_unittest_android.cc
similarity index 95%
rename from components/autofill/browser/android/auxiliary_profile_unittest_android.cc
rename to components/autofill/core/browser/android/auxiliary_profile_unittest_android.cc
index 35daf668d6b9b98df6f4c0904c0d3a1f28706f2a..b8f8dce1306407b0da22a7668f053013969294f6 100644
--- a/components/autofill/browser/android/auxiliary_profile_unittest_android.cc
+++ b/components/autofill/core/browser/android/auxiliary_profile_unittest_android.cc
@@ -5,10 +5,10 @@
#include "base/memory/scoped_vector.h"
#include "base/strings/string16.h"
#include "base/strings/utf_string_conversions.h"
-#include "components/autofill/browser/android/auxiliary_profile_loader_android.h"
-#include "components/autofill/browser/android/auxiliary_profiles_android.h"
-#include "components/autofill/browser/android/test_auxiliary_profile_loader_android.h"
-#include "components/autofill/browser/autofill_profile.h"
+#include "components/autofill/core/browser/android/auxiliary_profile_loader_android.h"
+#include "components/autofill/core/browser/android/auxiliary_profiles_android.h"
+#include "components/autofill/core/browser/android/test_auxiliary_profile_loader_android.h"
+#include "components/autofill/core/browser/autofill_profile.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace autofill {

Powered by Google App Engine
This is Rietveld 408576698