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

Unified Diff: components/autofill/core/browser/validation.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.cc
diff --git a/components/autofill/browser/validation.cc b/components/autofill/core/browser/validation.cc
similarity index 96%
rename from components/autofill/browser/validation.cc
rename to components/autofill/core/browser/validation.cc
index 657e22725c37e3ac73d12ac0ae1427606f0066f1..488521d027fc4073147c7ea814d5350b6aa75424 100644
--- a/components/autofill/browser/validation.cc
+++ b/components/autofill/core/browser/validation.cc
@@ -2,16 +2,16 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "components/autofill/browser/validation.h"
+#include "components/autofill/core/browser/validation.h"
#include "base/strings/string_number_conversions.h"
#include "base/strings/string_piece.h"
#include "base/strings/string_util.h"
#include "base/strings/utf_string_conversions.h"
#include "base/time.h"
-#include "components/autofill/browser/autofill_regexes.h"
-#include "components/autofill/browser/credit_card.h"
-#include "components/autofill/browser/state_names.h"
+#include "components/autofill/core/browser/autofill_regexes.h"
+#include "components/autofill/core/browser/credit_card.h"
+#include "components/autofill/core/browser/state_names.h"
using base::StringPiece16;
« no previous file with comments | « components/autofill/core/browser/validation.h ('k') | components/autofill/core/browser/validation_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698