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

Unified Diff: components/autofill/content/renderer/autofill_agent.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
« no previous file with comments | « components/autofill/content/renderer/DEPS ('k') | components/autofill/content/renderer/autofill_agent.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/content/renderer/autofill_agent.h
diff --git a/components/autofill/renderer/autofill_agent.h b/components/autofill/content/renderer/autofill_agent.h
similarity index 97%
rename from components/autofill/renderer/autofill_agent.h
rename to components/autofill/content/renderer/autofill_agent.h
index 3303b604ece10cc5612d406e790d9ea9d923fe30..1298b759ba560d7b38ad30e50f9046d513c9f79c 100644
--- a/components/autofill/renderer/autofill_agent.h
+++ b/components/autofill/content/renderer/autofill_agent.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_AUTOFILL_AGENT_H_
-#define COMPONENTS_AUTOFILL_RENDERER_AUTOFILL_AGENT_H_
+#ifndef COMPONENTS_AUTOFILL_CONTENT_RENDERER_AUTOFILL_AGENT_H_
+#define COMPONENTS_AUTOFILL_CONTENT_RENDERER_AUTOFILL_AGENT_H_
#include <vector>
@@ -14,8 +14,8 @@
#include "base/time.h"
#include "base/timer.h"
#include "components/autofill/common/forms_seen_state.h"
-#include "components/autofill/renderer/form_cache.h"
-#include "components/autofill/renderer/page_click_listener.h"
+#include "components/autofill/content/renderer/form_cache.h"
+#include "components/autofill/content/renderer/page_click_listener.h"
#include "content/public/renderer/render_view_observer.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/WebAutofillClient.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/WebFormElement.h"
@@ -292,4 +292,4 @@ class AutofillAgent : public content::RenderViewObserver,
} // namespace autofill
-#endif // COMPONENTS_AUTOFILL_RENDERER_AUTOFILL_AGENT_H_
+#endif // COMPONENTS_AUTOFILL_CONTENT_RENDERER_AUTOFILL_AGENT_H_
« no previous file with comments | « components/autofill/content/renderer/DEPS ('k') | components/autofill/content/renderer/autofill_agent.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698