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

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

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
Index: components/autofill/renderer/password_generation_manager.h
diff --git a/chrome/renderer/autofill/password_generation_manager.h b/components/autofill/renderer/password_generation_manager.h
similarity index 93%
rename from chrome/renderer/autofill/password_generation_manager.h
rename to components/autofill/renderer/password_generation_manager.h
index 4dc07384abe47ceaf363ee607f1b1d310aaa81ed..9ed94ca14377c1d16657d54b6498efed3a78b50c 100644
--- a/chrome/renderer/autofill/password_generation_manager.h
+++ b/components/autofill/renderer/password_generation_manager.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_RENDERER_AUTOFILL_PASSWORD_GENERATION_MANAGER_H_
-#define CHROME_RENDERER_AUTOFILL_PASSWORD_GENERATION_MANAGER_H_
+#ifndef COMPONENTS_AUTOFILL_RENDERER_PASSWORD_GENERATION_MANAGER_H_
+#define COMPONENTS_AUTOFILL_RENDERER_PASSWORD_GENERATION_MANAGER_H_
#include <map>
#include <utility>
@@ -87,4 +87,4 @@ class PasswordGenerationManager : public content::RenderViewObserver,
} // namespace autofill
-#endif // CHROME_RENDERER_AUTOFILL_PASSWORD_GENERATION_MANAGER_H_
+#endif // COMPONENTS_AUTOFILL_RENDERER_PASSWORD_GENERATION_MANAGER_H_
« no previous file with comments | « components/autofill/renderer/password_autofill_manager.cc ('k') | components/autofill/renderer/password_generation_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698