diff options
Diffstat (limited to 'www/chromium/files/patch-chrome__browser__process_singleton.h')
-rw-r--r-- | www/chromium/files/patch-chrome__browser__process_singleton.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www/chromium/files/patch-chrome__browser__process_singleton.h b/www/chromium/files/patch-chrome__browser__process_singleton.h index a4cdd071eddd..c85998525949 100644 --- a/www/chromium/files/patch-chrome__browser__process_singleton.h +++ b/www/chromium/files/patch-chrome__browser__process_singleton.h @@ -1,5 +1,5 @@ ---- chrome/browser/process_singleton.h.orig 2012-12-20 10:02:17.000000000 +0200 -+++ chrome/browser/process_singleton.h 2013-01-06 21:27:17.000000000 +0200 +--- chrome/browser/process_singleton.h.orig 2013-02-28 10:15:23.000000000 +0200 ++++ chrome/browser/process_singleton.h 2013-03-06 20:43:40.000000000 +0200 @@ -24,9 +24,9 @@ #include "base/threading/non_thread_safe.h" #include "ui/gfx/native_widget_types.h" @@ -41,11 +41,11 @@ +#endif // defined(OS_LINUX) || defined(OS_BSD) private: - typedef std::pair<CommandLine::StringVector, FilePath> DelayedStartupMessage; -@@ -164,7 +164,7 @@ + typedef std::pair<CommandLine::StringVector, +@@ -165,7 +165,7 @@ bool is_virtualized_; // Stuck inside Microsoft Softricity VM environment. HANDLE lock_file_; - FilePath user_data_dir_; + base::FilePath user_data_dir_; -#elif defined(OS_LINUX) || defined(OS_OPENBSD) +#elif defined(OS_LINUX) || defined(OS_BSD) // Return true if the given pid is one of our child processes. |