diff options
Diffstat (limited to 'base/file_util_win.cc')
-rw-r--r-- | base/file_util_win.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/file_util_win.cc b/base/file_util_win.cc index 876b89d..dec4be6 100644 --- a/base/file_util_win.cc +++ b/base/file_util_win.cc @@ -13,8 +13,8 @@ #include <string> #include "base/file_path.h" -#include "base/histogram.h" #include "base/logging.h" +#include "base/metrics/histogram.h" #include "base/pe_image.h" #include "base/scoped_comptr_win.h" #include "base/scoped_handle.h" |