diff options
Diffstat (limited to 'chrome/browser/memory_details_mac.cc')
-rw-r--r-- | chrome/browser/memory_details_mac.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/memory_details_mac.cc b/chrome/browser/memory_details_mac.cc index ad158d5b..cffa884 100644 --- a/chrome/browser/memory_details_mac.cc +++ b/chrome/browser/memory_details_mac.cc @@ -9,8 +9,8 @@ #include "base/basictypes.h" #include "base/bind.h" -#include "base/file_path.h" #include "base/file_version_info.h" +#include "base/files/file_path.h" #include "base/mac/mac_util.h" #include "base/process_util.h" #include "base/string_util.h" |