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

Unified Diff: content/shell/shell_main_delegate.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 mac compile 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: content/shell/shell_main_delegate.cc
diff --git a/content/shell/shell_main_delegate.cc b/content/shell/shell_main_delegate.cc
index 35a9350be74dec5d359d8529ac6e7f3cf34107fa..6686566aeb9513ccda2b1ba92e8d7a75825bc9b8 100644
--- a/content/shell/shell_main_delegate.cc
+++ b/content/shell/shell_main_delegate.cc
@@ -4,6 +4,7 @@
#include "content/shell/shell_main_delegate.h"
+#include "base/base_paths.h"
#include "base/command_line.h"
#include "base/file_path.h"
#include "base/logging.h"
@@ -21,6 +22,7 @@
#include "ui/base/ui_base_paths.h"
#if defined(OS_ANDROID)
+#include "base/base_paths_android.h"
#include "base/global_descriptors_posix.h"
#include "content/shell/android/shell_descriptors.h"
#endif

Powered by Google App Engine
This is Rietveld 408576698