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

Unified Diff: components/autofill/browser/autofill_manager.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/browser/autofill_manager.h
diff --git a/chrome/browser/autofill/autofill_manager.h b/components/autofill/browser/autofill_manager.h
similarity index 96%
rename from chrome/browser/autofill/autofill_manager.h
rename to components/autofill/browser/autofill_manager.h
index 02754c392665ae108c06ccf408e9a83f0e2f0c33..094043a4ec93738b74e43459a06a311211f6f5dd 100644
--- a/chrome/browser/autofill/autofill_manager.h
+++ b/components/autofill/browser/autofill_manager.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_BROWSER_AUTOFILL_AUTOFILL_MANAGER_H_
-#define CHROME_BROWSER_AUTOFILL_AUTOFILL_MANAGER_H_
+#ifndef COMPONENTS_AUTOFILL_BROWSER_AUTOFILL_MANAGER_H_
+#define COMPONENTS_AUTOFILL_BROWSER_AUTOFILL_MANAGER_H_
#include <list>
#include <map>
@@ -21,13 +21,13 @@
#include "base/string16.h"
#include "base/supports_user_data.h"
#include "base/time.h"
-#include "chrome/browser/autofill/autocheckout_manager.h"
-#include "chrome/browser/autofill/autocomplete_history_manager.h"
-#include "chrome/browser/autofill/autofill_download.h"
-#include "chrome/browser/autofill/autofill_manager_delegate.h"
-#include "chrome/browser/autofill/field_types.h"
-#include "chrome/browser/autofill/form_structure.h"
-#include "chrome/browser/autofill/personal_data_manager.h"
+#include "components/autofill/browser/autocheckout_manager.h"
+#include "components/autofill/browser/autocomplete_history_manager.h"
+#include "components/autofill/browser/autofill_download.h"
+#include "components/autofill/browser/autofill_manager_delegate.h"
+#include "components/autofill/browser/field_types.h"
+#include "components/autofill/browser/form_structure.h"
+#include "components/autofill/browser/personal_data_manager.h"
#include "components/autofill/common/autocheckout_status.h"
#include "components/autofill/common/form_data.h"
#include "content/public/browser/web_contents_observer.h"
@@ -439,4 +439,4 @@ class AutofillManager : public content::WebContentsObserver,
DISALLOW_COPY_AND_ASSIGN(AutofillManager);
};
-#endif // CHROME_BROWSER_AUTOFILL_AUTOFILL_MANAGER_H_
+#endif // COMPONENTS_AUTOFILL_BROWSER_AUTOFILL_MANAGER_H_

Powered by Google App Engine
This is Rietveld 408576698