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

Unified Diff: ipc/ipc_channel_posix_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: ipc/ipc_channel_posix_unittest.cc
diff --git a/ipc/ipc_channel_posix_unittest.cc b/ipc/ipc_channel_posix_unittest.cc
index f8842c30049fcb265c4dcc9ac388b20676072178..54936398f8dd4700862e6be79b8e09ba112bbe8f 100644
--- a/ipc/ipc_channel_posix_unittest.cc
+++ b/ipc/ipc_channel_posix_unittest.cc
@@ -11,6 +11,7 @@
#include <sys/un.h>
#include <unistd.h>
+#include "base/base_paths_posix.h"
#include "base/basictypes.h"
#include "base/eintr_wrapper.h"
#include "base/file_path.h"

Powered by Google App Engine
This is Rietveld 408576698