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

Side by Side Diff: base/file_util_android.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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "base/file_util.h" 5 #include "base/file_util.h"
6 6
7 #include "base/base_paths_posix.h"
7 #include "base/file_path.h" 8 #include "base/file_path.h"
8 #include "base/path_service.h" 9 #include "base/path_service.h"
9 10
10 namespace file_util { 11 namespace file_util {
11 12
12 bool GetShmemTempDir(FilePath* path, bool executable) { 13 bool GetShmemTempDir(FilePath* path, bool executable) {
13 return PathService::Get(base::DIR_CACHE, path); 14 return PathService::Get(base::DIR_CACHE, path);
14 } 15 }
15 16
16 } // namespace file_util 17 } // namespace file_util
OLDNEW
« base/base_paths_android.h ('K') | « base/base_paths_win.cc ('k') | base/file_util_posix.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698