commit | aa060316037b415a2561b7671dc715991764a381 | [log] [tgz] |
---|---|---|
author | asvitkine <[email protected]> | Thu Sep 01 22:44:13 2016 |
committer | Commit bot <[email protected]> | Thu Sep 01 22:45:49 2016 |
tree | 27b84c6375fb962237c4651f85a96a587497b99f | |
parent | e579d519620e6583ddc304f22c4c3c71dabbbe20 [diff] [blame] |
Migrate chrome/browser files to histogram_macros.h includes. Also fixes one linter error that git cl upload warned me about in gpu_mode_manager.cc BUG=416479 [email protected] Review-Url: https://codereview.chromium.org/2299993004 Cr-Commit-Position: refs/heads/master@{#416095}
diff --git a/chrome/browser/ssl/ssl_error_handler.cc b/chrome/browser/ssl/ssl_error_handler.cc index 1f22451..94768b6 100644 --- a/chrome/browser/ssl/ssl_error_handler.cc +++ b/chrome/browser/ssl/ssl_error_handler.cc
@@ -10,7 +10,7 @@ #include "base/callback_helpers.h" #include "base/macros.h" #include "base/metrics/field_trial.h" -#include "base/metrics/histogram.h" +#include "base/metrics/histogram_macros.h" #include "base/strings/stringprintf.h" #include "base/time/clock.h" #include "base/time/time.h"