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

Unified Diff: components/autofill/content/renderer/page_click_listener.h

Issue 15949025: In components/autofill, move renderer/ to content/renderer (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Response to reviews 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/content/renderer/page_click_listener.h
diff --git a/components/autofill/renderer/page_click_listener.h b/components/autofill/content/renderer/page_click_listener.h
similarity index 83%
rename from components/autofill/renderer/page_click_listener.h
rename to components/autofill/content/renderer/page_click_listener.h
index 7101722ddb93fd472280aaf9671ae61dad1159b7..e58c3aba94ceac6fc6987a79228b5e266c012db6 100644
--- a/components/autofill/renderer/page_click_listener.h
+++ b/components/autofill/content/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 COMPONENTS_AUTOFILL_RENDERER_PAGE_CLICK_LISTENER_H_
-#define COMPONENTS_AUTOFILL_RENDERER_PAGE_CLICK_LISTENER_H_
+#ifndef COMPONENTS_AUTOFILL_CONTENT_RENDERER_PAGE_CLICK_LISTENER_H_
+#define COMPONENTS_AUTOFILL_CONTENT_RENDERER_PAGE_CLICK_LISTENER_H_
namespace WebKit {
class WebInputElement;
@@ -33,4 +33,4 @@ class PageClickListener {
} // namespace autofill
-#endif // COMPONENTS_AUTOFILL_RENDERER_PAGE_CLICK_LISTENER_H_
+#endif // COMPONENTS_AUTOFILL_CONTENT_RENDERER_PAGE_CLICK_LISTENER_H_
« no previous file with comments | « components/autofill/content/renderer/form_cache.cc ('k') | components/autofill/content/renderer/page_click_tracker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698