diff options
Diffstat (limited to 'chrome/browser/performance_monitor/database.h')
-rw-r--r-- | chrome/browser/performance_monitor/database.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/performance_monitor/database.h b/chrome/browser/performance_monitor/database.h index 27db256..58d7cf7 100644 --- a/chrome/browser/performance_monitor/database.h +++ b/chrome/browser/performance_monitor/database.h @@ -5,11 +5,11 @@ #ifndef CHROME_BROWSER_PERFORMANCE_MONITOR_DATABASE_H_ #define CHROME_BROWSER_PERFORMANCE_MONITOR_DATABASE_H_ -#include <vector> #include <set> #include <string> +#include <vector> -#include "base/file_path.h" +#include "base/files/file_path.h" #include "base/gtest_prod_util.h" #include "base/memory/linked_ptr.h" #include "base/memory/scoped_ptr.h" |