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); |
}; |