diff options
Diffstat (limited to 'chrome/app/nacl_fork_delegate_linux.cc')
-rw-r--r-- | chrome/app/nacl_fork_delegate_linux.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/app/nacl_fork_delegate_linux.cc b/chrome/app/nacl_fork_delegate_linux.cc index 2cb0fef..c16603d 100644 --- a/chrome/app/nacl_fork_delegate_linux.cc +++ b/chrome/app/nacl_fork_delegate_linux.cc @@ -13,7 +13,7 @@ #include "base/basictypes.h" #include "base/command_line.h" -#include "base/file_path.h" +#include "base/files/file_path.h" #include "base/logging.h" #include "base/path_service.h" #include "base/posix/eintr_wrapper.h" |