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

Unified Diff: components/autofill/content/renderer/page_click_tracker.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_tracker.h
diff --git a/components/autofill/renderer/page_click_tracker.h b/components/autofill/content/renderer/page_click_tracker.h
similarity index 92%
rename from components/autofill/renderer/page_click_tracker.h
rename to components/autofill/content/renderer/page_click_tracker.h
index 009ce9b512005f5c30e86d3986193071742adbfd..3bf2555e0dfcb140d9b666732af97f6d812f65c7 100644
--- a/components/autofill/renderer/page_click_tracker.h
+++ b/components/autofill/content/renderer/page_click_tracker.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_TRACKER_H_
-#define COMPONENTS_AUTOFILL_RENDERER_PAGE_CLICK_TRACKER_H_
+#ifndef COMPONENTS_AUTOFILL_CONTENT_RENDERER_PAGE_CLICK_TRACKER_H_
+#define COMPONENTS_AUTOFILL_CONTENT_RENDERER_PAGE_CLICK_TRACKER_H_
#include <vector>
@@ -68,4 +68,4 @@ class PageClickTracker : public content::RenderViewObserver,
} // namespace autofill
-#endif // COMPONENTS_AUTOFILL_RENDERER_PAGE_CLICK_TRACKER_H_
+#endif // COMPONENTS_AUTOFILL_CONTENT_RENDERER_PAGE_CLICK_TRACKER_H_
« no previous file with comments | « components/autofill/content/renderer/page_click_listener.h ('k') | components/autofill/content/renderer/page_click_tracker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698