Skip to content

Commit

Permalink
[Cleanup] Update histogram_tester.h includes in //sql
Browse files Browse the repository at this point in the history
Update all histogram_tester.h includes in //sql to include
//base/test/metrics/histogram_tester.h

TBR=pwnall@chromium.org

Bug: 846421
Change-Id: Ie5d14e3ecec8626003e4d74b87bb8404247dc6e7
Reviewed-on: https://chromium-review.googlesource.com/1087291
Reviewed-by: Devlin <rdevlin.cronin@chromium.org>
Commit-Queue: Devlin <rdevlin.cronin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#564575}
  • Loading branch information
rdcronin authored and Commit Bot committed Jun 5, 2018
1 parent e8ba7a9 commit 147687f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sql/connection_unittest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#include "base/logging.h"
#include "base/macros.h"
#include "base/strings/string_number_conversions.h"
#include "base/test/histogram_tester.h"
#include "base/test/metrics/histogram_tester.h"
#include "base/trace_event/process_memory_dump.h"
#include "build/build_config.h"
#include "sql/connection.h"
Expand Down
2 changes: 1 addition & 1 deletion sql/recovery_unittest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#include "base/files/scoped_temp_dir.h"
#include "base/path_service.h"
#include "base/strings/string_number_conversions.h"
#include "base/test/histogram_tester.h"
#include "base/test/metrics/histogram_tester.h"
#include "sql/connection.h"
#include "sql/meta_table.h"
#include "sql/statement.h"
Expand Down

0 comments on commit 147687f

Please sign in to comment.