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

Unified Diff: components/autofill/shared/form_field_data.cc

Issue 17084005: In components/autofill, move common/ to shared/ (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebase to fix conflict 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/shared/form_field_data.cc
diff --git a/components/autofill/common/form_field_data.cc b/components/autofill/shared/form_field_data.cc
similarity index 97%
rename from components/autofill/common/form_field_data.cc
rename to components/autofill/shared/form_field_data.cc
index 6e01c32b530893c88a674409842018a94d1442bb..a0a8c62f08079db3bc2ceead874c94242e582bbe 100644
--- a/components/autofill/common/form_field_data.cc
+++ b/components/autofill/shared/form_field_data.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/autofill/common/form_field_data.h"
+#include "components/autofill/shared/form_field_data.h"
#include "base/strings/string_util.h"
#include "base/strings/utf_string_conversions.h"
« no previous file with comments | « components/autofill/shared/form_field_data.h ('k') | components/autofill/shared/form_field_data_predictions.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698