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

Unified Diff: chrome/browser/autofill/autocheckout_manager.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_manager.h
diff --git a/chrome/browser/autofill/autocheckout_manager.h b/chrome/browser/autofill/autocheckout_manager.h
index 548042bd643b1d469a1b9a538685981976b8817d..ce621d670a99c3a136398c61185a210c9f74b515 100644
--- a/chrome/browser/autofill/autocheckout_manager.h
+++ b/chrome/browser/autofill/autocheckout_manager.h
@@ -19,6 +19,8 @@ namespace content {
struct SSLStatus;
}
+namespace autofill {
+
class AutocheckoutManager {
public:
explicit AutocheckoutManager(AutofillManager* autofill_manager);
@@ -39,4 +41,6 @@ class AutocheckoutManager {
DISALLOW_COPY_AND_ASSIGN(AutocheckoutManager);
};
+} // namespace autofill
+
#endif // CHROME_BROWSER_AUTOFILL_AUTOCHECKOUT_MANAGER_H_

Powered by Google App Engine
This is Rietveld 408576698