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 --- rlz/test/rlz_test_helpers.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rlz/test/rlz_test_helpers.cc') diff --git a/rlz/test/rlz_test_helpers.cc b/rlz/test/rlz_test_helpers.cc index 398d0da..db34cd9 100644 --- a/rlz/test/rlz_test_helpers.cc +++ b/rlz/test/rlz_test_helpers.cc @@ -14,7 +14,7 @@ #include "base/win/registry.h" #include "rlz/win/lib/rlz_lib.h" #elif defined(OS_POSIX) -#include "base/file_path.h" +#include "base/files/file_path.h" #include "rlz/lib/rlz_value_store.h" #endif -- cgit v1.1