Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(40)

Unified Diff: base/process_util_unittest.cc

Issue 10910209: Add new PathService paths for Windows' All Users Desktop and Quick Launch folders. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix compile post-merge Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: base/process_util_unittest.cc
diff --git a/base/process_util_unittest.cc b/base/process_util_unittest.cc
index 6eccb90464470c9a1e328d0a26aa2052941b9dc5..2bfffe82c61428007b96efdf3658c618011329b9 100644
--- a/base/process_util_unittest.cc
+++ b/base/process_util_unittest.cc
@@ -35,6 +35,7 @@
#include <sys/resource.h>
#include <sys/socket.h>
#include <sys/wait.h>
+#include "base/base_paths_posix.h"
#endif
#if defined(OS_WIN)
#include <windows.h>

Powered by Google App Engine
This is Rietveld 408576698