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

Unified Diff: components/autofill/shared/password_generation_util.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/password_generation_util.cc
diff --git a/components/autofill/common/password_generation_util.cc b/components/autofill/shared/password_generation_util.cc
similarity index 94%
rename from components/autofill/common/password_generation_util.cc
rename to components/autofill/shared/password_generation_util.cc
index 31118f83df608f04180b077214027d34cdbbac9e..30332502a04d77b8bc2f133c68e5087bac5b151b 100644
--- a/components/autofill/common/password_generation_util.cc
+++ b/components/autofill/shared/password_generation_util.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/password_generation_util.h"
+#include "components/autofill/shared/password_generation_util.h"
#include "base/metrics/histogram.h"
« no previous file with comments | « components/autofill/shared/password_generation_util.h ('k') | components/autofill/shared/web_element_descriptor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698