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

Unified Diff: components/autofill/core/browser/address_unittest.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/address_unittest.cc
diff --git a/components/autofill/browser/address_unittest.cc b/components/autofill/core/browser/address_unittest.cc
similarity index 97%
rename from components/autofill/browser/address_unittest.cc
rename to components/autofill/core/browser/address_unittest.cc
index 81830f8512acb900a5896c69923b0a07d8c8b393..ecebbee251984b5cb42b1818c1158fa5f82545f6 100644
--- a/components/autofill/browser/address_unittest.cc
+++ b/components/autofill/core/browser/address_unittest.cc
@@ -7,8 +7,8 @@
#include "base/message_loop.h"
#include "base/strings/string16.h"
#include "base/strings/utf_string_conversions.h"
-#include "components/autofill/browser/address.h"
-#include "components/autofill/browser/autofill_type.h"
+#include "components/autofill/core/browser/address.h"
+#include "components/autofill/core/browser/autofill_type.h"
#include "content/public/test/test_browser_thread.h"
#include "testing/gtest/include/gtest/gtest.h"

Powered by Google App Engine
This is Rietveld 408576698