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

Unified Diff: components/autofill/renderer/autofill_agent.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/DEPS ('k') | components/autofill/renderer/autofill_agent.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/renderer/autofill_agent.h
diff --git a/chrome/renderer/autofill/autofill_agent.h b/components/autofill/renderer/autofill_agent.h
similarity index 97%
rename from chrome/renderer/autofill/autofill_agent.h
rename to components/autofill/renderer/autofill_agent.h
index b6e2449660e9382e7b4af76953be49a3dc73ee33..5b240133439d9f6331107be26892b3d256a3ce5a 100644
--- a/chrome/renderer/autofill/autofill_agent.h
+++ b/components/autofill/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 CHROME_RENDERER_AUTOFILL_AUTOFILL_AGENT_H_
-#define CHROME_RENDERER_AUTOFILL_AUTOFILL_AGENT_H_
+#ifndef COMPONENTS_AUTOFILL_RENDERER_AUTOFILL_AGENT_H_
+#define COMPONENTS_AUTOFILL_RENDERER_AUTOFILL_AGENT_H_
#include <vector>
@@ -12,8 +12,8 @@
#include "base/gtest_prod_util.h"
#include "base/memory/weak_ptr.h"
#include "base/timer.h"
-#include "chrome/renderer/autofill/form_cache.h"
-#include "chrome/renderer/page_click_listener.h"
+#include "components/autofill/renderer/form_cache.h"
+#include "components/autofill/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"
@@ -267,4 +267,4 @@ class AutofillAgent : public content::RenderViewObserver,
} // namespace autofill
-#endif // CHROME_RENDERER_AUTOFILL_AUTOFILL_AGENT_H_
+#endif // COMPONENTS_AUTOFILL_RENDERER_AUTOFILL_AGENT_H_
« no previous file with comments | « components/autofill/renderer/DEPS ('k') | components/autofill/renderer/autofill_agent.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698