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
diff --git a/chrome/browser/autofill/data_driven_test.h b/chrome/browser/autofill/data_driven_test.h
index 23f04833..ec6e9ac 100644
--- a/chrome/browser/autofill/data_driven_test.h
+++ b/chrome/browser/autofill/data_driven_test.h
@@ -7,7 +7,7 @@
#include <string>
-#include "base/file_path.h"
+#include "base/files/file_path.h"
#include "base/string16.h"
// A convenience class for implementing data-driven tests. Subclassers need only