diff options
Diffstat (limited to 'chrome/browser/process_singleton.h')
-rw-r--r-- | chrome/browser/process_singleton.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/process_singleton.h b/chrome/browser/process_singleton.h index cc0ca08..e32c138 100644 --- a/chrome/browser/process_singleton.h +++ b/chrome/browser/process_singleton.h @@ -23,7 +23,7 @@ #endif // defined(OS_POSIX) #if defined(USE_X11) -#include "base/memory/scoped_temp_dir.h" +#include "base/scoped_temp_dir.h" #endif // defined(USE_X11) class CommandLine; |