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

Unified Diff: chrome/browser/ui/views/passwords/manage_passwords_view_test.h

Issue 379283002: Rework UMAHistogramHelper and StatisticsDeltaReader into [Chrome]HistogramTester. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 4 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/ui/views/passwords/manage_passwords_view_test.h
diff --git a/chrome/browser/ui/views/passwords/manage_passwords_view_test.h b/chrome/browser/ui/views/passwords/manage_passwords_view_test.h
index 6f1a49c781f48047bdb44af5ff274ea529627afa..518674bcb6aa278d447b0d3ded4f7991a387f6c7 100644
--- a/chrome/browser/ui/views/passwords/manage_passwords_view_test.h
+++ b/chrome/browser/ui/views/passwords/manage_passwords_view_test.h
@@ -6,7 +6,7 @@
#define CHROME_BROWSER_UI_VIEWS_PASSWORDS_MANAGE_PASSWORDS_VIEW_TEST_H_
#include "base/metrics/histogram_samples.h"
-#include "base/test/statistics_delta_reader.h"
+#include "base/test/histogram_tester.h"
#include "chrome/test/base/in_process_browser_test.h"
#include "components/autofill/core/common/password_form.h"
#include "testing/gtest/include/gtest/gtest.h"
@@ -52,7 +52,7 @@ class ManagePasswordsViewTest : public InProcessBrowserTest {
private:
autofill::PasswordForm test_form_;
- base::StatisticsDeltaReader statistics_reader_;
+ base::HistogramTester histogram_tester_;
DISALLOW_COPY_AND_ASSIGN(ManagePasswordsViewTest);
};

Powered by Google App Engine
This is Rietveld 408576698