From 57999817d30c384de8974a2c64c0356e71fde63c Mon Sep 17 00:00:00 2001 From: "brettw@chromium.org" Date: Sun, 24 Feb 2013 05:40:52 +0000 Subject: Move file_path.h to base/files. TBR=sky git-svn-id: svn://svn.chromium.org/chrome/trunk/src@184344 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/performance_monitor/database.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chrome/browser/performance_monitor/database.h') 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 #include #include +#include -#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" -- cgit v1.1