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

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

Issue 12091086: [Autofill] Add UMA timing metrics for requestAutocomplete dialog. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase harder Created 7 years, 10 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.cc
diff --git a/chrome/browser/autofill/autocheckout_infobar_delegate.cc b/chrome/browser/autofill/autocheckout_infobar_delegate.cc
index b23b2e0a937e12a7dbd9945cee77df972c1c1cc2..8c1ddd756a52a387c468938d119ed671b5e4cf39 100644
--- a/chrome/browser/autofill/autocheckout_infobar_delegate.cc
+++ b/chrome/browser/autofill/autocheckout_infobar_delegate.cc
@@ -17,6 +17,8 @@
#include "ui/base/l10n/l10n_util.h"
#include "ui/base/resource/resource_bundle.h"
+namespace autofill {
+
// static
void AutocheckoutInfoBarDelegate::Create(
const AutofillMetrics& metric_logger,
@@ -116,3 +118,4 @@ bool AutocheckoutInfoBarDelegate::LinkClicked(
return false;
}
+} // namespace autofill
« no previous file with comments | « chrome/browser/autofill/autocheckout_infobar_delegate.h ('k') | chrome/browser/autofill/autocheckout_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698