diff options
Diffstat (limited to 'base/debug_util_posix.cc')
-rw-r--r-- | base/debug_util_posix.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/debug_util_posix.cc b/base/debug_util_posix.cc index 6f9805f..f4da37c 100644 --- a/base/debug_util_posix.cc +++ b/base/debug_util_posix.cc @@ -10,7 +10,7 @@ #include <sys/stat.h> #include <fcntl.h> -#include "base/notimplemented.h" +#include "base/logging.h" #include "base/string_piece.h" bool DebugUtil::SpawnDebuggerOnProcess(unsigned /* process_id */) { |