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

Unified Diff: chrome/browser/webdata/autofill_change.h

Issue 12476031: Refactor notifications of chrome/browser/webdata (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase again 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: chrome/browser/webdata/autofill_change.h
diff --git a/chrome/browser/webdata/autofill_change.h b/chrome/browser/webdata/autofill_change.h
index fdea9c1330e3bfe0215e237a12bc00eab3762724..bab67dc46d9d90c638ede48d315a53ca9e9f9a48 100644
--- a/chrome/browser/webdata/autofill_change.h
+++ b/chrome/browser/webdata/autofill_change.h
@@ -5,6 +5,8 @@
#ifndef CHROME_BROWSER_WEBDATA_AUTOFILL_CHANGE_H__
#define CHROME_BROWSER_WEBDATA_AUTOFILL_CHANGE_H__
+#include <vector>
+
#include "chrome/browser/webdata/autofill_entry.h"
class AutofillProfile;
@@ -65,4 +67,6 @@ class AutofillProfileChange : public GenericAutofillChange<std::string> {
const AutofillProfile* profile_;
};
+typedef std::vector<AutofillChange> AutofillChangeList;
+
#endif // CHROME_BROWSER_WEBDATA_AUTOFILL_CHANGE_H__

Powered by Google App Engine
This is Rietveld 408576698