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

Unified Diff: components/autofill/renderer/password_autofill_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_autofill_manager.h
diff --git a/chrome/renderer/autofill/password_autofill_manager.h b/components/autofill/renderer/password_autofill_manager.h
similarity index 95%
rename from chrome/renderer/autofill/password_autofill_manager.h
rename to components/autofill/renderer/password_autofill_manager.h
index b24003faaf706b3cfb6cdce11d982e297119a8c1..52b13bf67ff1e034aeb62e7f9ed608db62f3cb4a 100644
--- a/chrome/renderer/autofill/password_autofill_manager.h
+++ b/components/autofill/renderer/password_autofill_manager.h
@@ -2,15 +2,15 @@
// 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_AUTOFILL_MANAGER_H_
-#define CHROME_RENDERER_AUTOFILL_PASSWORD_AUTOFILL_MANAGER_H_
+#ifndef COMPONENTS_AUTOFILL_RENDERER_PASSWORD_AUTOFILL_MANAGER_H_
+#define COMPONENTS_AUTOFILL_RENDERER_PASSWORD_AUTOFILL_MANAGER_H_
#include <map>
#include <vector>
#include "base/memory/weak_ptr.h"
-#include "chrome/renderer/page_click_listener.h"
#include "components/autofill/common/password_form_fill_data.h"
+#include "components/autofill/renderer/page_click_listener.h"
#include "content/public/renderer/render_view_observer.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/WebInputElement.h"
@@ -128,4 +128,4 @@ class PasswordAutofillManager : public content::RenderViewObserver,
} // namespace autofill
-#endif // CHROME_RENDERER_AUTOFILL_PASSWORD_AUTOFILL_MANAGER_H_
+#endif // COMPONENTS_AUTOFILL_RENDERER_PASSWORD_AUTOFILL_MANAGER_H_
« no previous file with comments | « components/autofill/renderer/page_click_tracker.cc ('k') | components/autofill/renderer/password_autofill_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698