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

Unified Diff: chrome/browser/autofill/autocheckout_infobar_delegate.h

Issue 12091086: [Autofill] Add UMA timing metrics for requestAutocomplete dialog. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove the "autocomplete" prefix Created 7 years, 11 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/autofill/autocheckout_infobar_delegate.h
diff --git a/chrome/browser/autofill/autocheckout_infobar_delegate.h b/chrome/browser/autofill/autocheckout_infobar_delegate.h
index 60c82f437cfea52fdb706341a86f714123560ce9..34c21e8c69e66465d91e4a387cc846d95f709b4a 100644
--- a/chrome/browser/autofill/autocheckout_infobar_delegate.h
+++ b/chrome/browser/autofill/autocheckout_infobar_delegate.h
@@ -14,12 +14,14 @@
#include "content/public/common/ssl_status.h"
#include "googleurl/src/gurl.h"
-class AutocheckoutManager;
-
namespace content {
struct LoadCommittedDetails;
}
+namespace autofill {
benquan 2013/02/02 02:02:31 It's better to move this file and autocheckout_man
Ilya Sherman 2013/02/02 02:09:12 That's sufficiently tangential to this CL that I'd
+
+class AutocheckoutManager;
+
// An InfoBar delegate that enables the user to allow or deny storing credit
// card information gathered from a form submission.
class AutocheckoutInfoBarDelegate : public ConfirmInfoBarDelegate {
@@ -88,4 +90,6 @@ class AutocheckoutInfoBarDelegate : public ConfirmInfoBarDelegate {
DISALLOW_COPY_AND_ASSIGN(AutocheckoutInfoBarDelegate);
};
+} // namespace autofill
+
#endif // CHROME_BROWSER_AUTOFILL_AUTOCHECKOUT_INFOBAR_DELEGATE_H_
« no previous file with comments | « no previous file | chrome/browser/autofill/autocheckout_infobar_delegate.cc » ('j') | chrome/browser/autofill/autofill_metrics.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698