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

Unified Diff: components/autofill/core/browser/validation_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/validation_unittest.cc
diff --git a/components/autofill/browser/validation_unittest.cc b/components/autofill/core/browser/validation_unittest.cc
similarity index 98%
rename from components/autofill/browser/validation_unittest.cc
rename to components/autofill/core/browser/validation_unittest.cc
index eda933e79b76c89a252b2d093f06812eb7929221..72d3ca800fa693c0e50a2f6ec06b551f079f18ae 100644
--- a/components/autofill/browser/validation_unittest.cc
+++ b/components/autofill/core/browser/validation_unittest.cc
@@ -4,7 +4,7 @@
#include "base/strings/utf_string_conversions.h"
#include "base/time.h"
-#include "components/autofill/browser/validation.h"
+#include "components/autofill/core/browser/validation.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace autofill {
« no previous file with comments | « components/autofill/core/browser/validation.cc ('k') | components/autofill/core/browser/webdata/autofill_change.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698