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

Unified Diff: base/base_paths.cc

Issue 10964007: Re-commit: 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: Windows only includes/pragma in the ifdef OS_WIN 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
« no previous file with comments | « base/base_paths.h ('k') | base/base_paths_android.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base_paths.cc
diff --git a/base/base_paths.cc b/base/base_paths.cc
index 1beb9c7482eb0f847760c1448f9590cfafbb3cd6..80105b6e17594af637b280c0cbe17d6719803607 100644
--- a/base/base_paths.cc
+++ b/base/base_paths.cc
@@ -11,7 +11,7 @@
namespace base {
bool PathProvider(int key, FilePath* result) {
- // NOTE: DIR_CURRENT is a special cased in PathService::Get
+ // NOTE: DIR_CURRENT is a special case in PathService::Get
FilePath cur;
switch (key) {
« no previous file with comments | « base/base_paths.h ('k') | base/base_paths_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698