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/base/scoped_native_library_unittest.cc b/base/scoped_native_library_unittest.cc
index a4fde6a..c120555 100644
--- a/base/scoped_native_library_unittest.cc
+++ b/base/scoped_native_library_unittest.cc
@@ -4,7 +4,7 @@
#include "base/scoped_native_library.h"
#if defined(OS_WIN)
-#include "base/file_path.h"
+#include "base/files/file_path.h"
#endif
#include "testing/gtest/include/gtest/gtest.h"