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

Unified Diff: components/autofill/renderer/page_click_tracker.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/page_click_tracker.h
diff --git a/chrome/renderer/page_click_tracker.h b/components/autofill/renderer/page_click_tracker.h
similarity index 93%
rename from chrome/renderer/page_click_tracker.h
rename to components/autofill/renderer/page_click_tracker.h
index 360082a78dfd939808d021e39254e9bd6b5678d4..e4aedb22ccc391587fb4c54d047cd2f2b78d1057 100644
--- a/chrome/renderer/page_click_tracker.h
+++ b/components/autofill/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 CHROME_RENDERER_PAGE_CLICK_TRACKER_H_
-#define CHROME_RENDERER_PAGE_CLICK_TRACKER_H_
+#ifndef COMPONENTS_AUTOFILL_RENDERER_PAGE_CLICK_TRACKER_H_
+#define COMPONENTS_AUTOFILL_RENDERER_PAGE_CLICK_TRACKER_H_
#include <vector>
@@ -71,4 +71,4 @@ class PageClickTracker : public content::RenderViewObserver,
DISALLOW_COPY_AND_ASSIGN(PageClickTracker);
};
-#endif // CHROME_RENDERER_PAGE_CLICK_TRACKER_H_
+#endif // COMPONENTS_AUTOFILL_RENDERER_PAGE_CLICK_TRACKER_H_
« no previous file with comments | « components/autofill/renderer/page_click_listener.h ('k') | components/autofill/renderer/page_click_tracker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698