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

Unified Diff: components/autofill/common/password_form_fill_data.cc

Issue 17165002: Revert "In components/autofill, move common/ to shared/" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/common/password_form_fill_data.cc
diff --git a/components/autofill/shared/password_form_fill_data.cc b/components/autofill/common/password_form_fill_data.cc
similarity index 93%
rename from components/autofill/shared/password_form_fill_data.cc
rename to components/autofill/common/password_form_fill_data.cc
index d29cc4e3a973232dc31bb511852fe580f5674157..99e089e5708990ae0e3777d42ad6f23ff5d46b9c 100644
--- a/components/autofill/shared/password_form_fill_data.cc
+++ b/components/autofill/common/password_form_fill_data.cc
@@ -1,11 +1,11 @@
-// Copyright 2013 The Chromium Authors. All rights reserved.
+// Copyright 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "components/autofill/shared/password_form_fill_data.h"
+#include "components/autofill/common/password_form_fill_data.h"
#include "base/logging.h"
-#include "components/autofill/shared/form_field_data.h"
+#include "components/autofill/common/form_field_data.h"
namespace autofill {
« no previous file with comments | « components/autofill/common/password_form_fill_data.h ('k') | components/autofill/common/password_generation_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698