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

Unified Diff: components/autofill/renderer/password_generation_manager.cc

Issue 12434004: Move remaining Autofill code to //components/autofill. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix long lines Created 7 years, 9 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
« no previous file with comments | « components/autofill/renderer/password_generation_manager.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/renderer/password_generation_manager.cc
diff --git a/chrome/renderer/autofill/password_generation_manager.cc b/components/autofill/renderer/password_generation_manager.cc
similarity index 99%
rename from chrome/renderer/autofill/password_generation_manager.cc
rename to components/autofill/renderer/password_generation_manager.cc
index 695c1fff556515433ce84f973083a7b471153141..3b1f000e6744b424c6672ae2455fefefcc612207 100644
--- a/chrome/renderer/autofill/password_generation_manager.cc
+++ b/components/autofill/renderer/password_generation_manager.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 "chrome/renderer/autofill/password_generation_manager.h"
+#include "components/autofill/renderer/password_generation_manager.h"
#include "base/logging.h"
#include "chrome/common/password_generation_util.h"
« no previous file with comments | « components/autofill/renderer/password_generation_manager.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698