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

Unified Diff: components/autofill/browser/personal_data_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/personal_data_manager.h
diff --git a/chrome/browser/autofill/personal_data_manager.h b/components/autofill/browser/personal_data_manager.h
similarity index 97%
rename from chrome/browser/autofill/personal_data_manager.h
rename to components/autofill/browser/personal_data_manager.h
index b5889452db17217f967b87b183b8c6add77d9d54..4a1292ac3da7974ac4c99d5f0162b2ec250710a7 100644
--- a/chrome/browser/autofill/personal_data_manager.h
+++ b/components/autofill/browser/personal_data_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_PERSONAL_DATA_MANAGER_H_
-#define CHROME_BROWSER_AUTOFILL_PERSONAL_DATA_MANAGER_H_
+#ifndef COMPONENTS_AUTOFILL_BROWSER_PERSONAL_DATA_MANAGER_H_
+#define COMPONENTS_AUTOFILL_BROWSER_PERSONAL_DATA_MANAGER_H_
#include <set>
#include <vector>
@@ -14,9 +14,9 @@
#include "base/observer_list.h"
#include "base/string16.h"
#include "chrome/browser/api/webdata/web_data_service_consumer.h"
-#include "chrome/browser/autofill/autofill_profile.h"
-#include "chrome/browser/autofill/credit_card.h"
-#include "chrome/browser/autofill/field_types.h"
+#include "components/autofill/browser/autofill_profile.h"
+#include "components/autofill/browser/credit_card.h"
+#include "components/autofill/browser/field_types.h"
#include "content/public/browser/notification_observer.h"
#include "content/public/browser/notification_registrar.h"
@@ -279,4 +279,4 @@ class PersonalDataManager : public WebDataServiceConsumer,
DISALLOW_COPY_AND_ASSIGN(PersonalDataManager);
};
-#endif // CHROME_BROWSER_AUTOFILL_PERSONAL_DATA_MANAGER_H_
+#endif // COMPONENTS_AUTOFILL_BROWSER_PERSONAL_DATA_MANAGER_H_
« no previous file with comments | « components/autofill/browser/password_generator_unittest.cc ('k') | components/autofill/browser/personal_data_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698