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

Unified Diff: components/autofill/renderer/page_click_listener.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
« no previous file with comments | « components/autofill/renderer/form_cache.cc ('k') | components/autofill/renderer/page_click_tracker.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/renderer/page_click_listener.h
diff --git a/chrome/renderer/page_click_listener.h b/components/autofill/renderer/page_click_listener.h
similarity index 86%
rename from chrome/renderer/page_click_listener.h
rename to components/autofill/renderer/page_click_listener.h
index ff254a913537889b93e0bf61241703e9027e98e4..83c41d442cbc81d027ce0163d81a17e3f86bd5e9 100644
--- a/chrome/renderer/page_click_listener.h
+++ b/components/autofill/renderer/page_click_listener.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_PAGE_CLICK_LISTENER_H_
-#define CHROME_RENDERER_PAGE_CLICK_LISTENER_H_
+#ifndef COMPONENTS_AUTOFILL_RENDERER_PAGE_CLICK_LISTENER_H_
+#define COMPONENTS_AUTOFILL_RENDERER_PAGE_CLICK_LISTENER_H_
namespace WebKit {
class WebInputElement;
@@ -33,4 +33,4 @@ class PageClickListener {
virtual ~PageClickListener() {}
};
-#endif // CHROME_RENDERER_PAGE_CLICK_LISTENER_H_
+#endif // COMPONENTS_AUTOFILL_RENDERER_PAGE_CLICK_LISTENER_H_
« no previous file with comments | « components/autofill/renderer/form_cache.cc ('k') | components/autofill/renderer/page_click_tracker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698