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

Unified Diff: base/base_paths_posix.cc

Issue 8567001: rename some base _linux files to _posix so that others can use it too (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: s/c/cc/g and order Created 9 years, 1 month 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_linux.cc ('k') | base/native_library_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base_paths_posix.cc
diff --git a/base/base_paths_linux.cc b/base/base_paths_posix.cc
similarity index 98%
rename from base/base_paths_linux.cc
rename to base/base_paths_posix.cc
index 36d5ee73ace52b359b189a9dcbb21dec9a29dc02..14d17d638171de2212fe73c49af32a3afda02e26 100644
--- a/base/base_paths_linux.cc
+++ b/base/base_paths_posix.cc
@@ -31,7 +31,7 @@ const char kSelfExe[] = "/proc/self/exe";
// The name of this file relative to the source root. This is used for checking
// that the source checkout is in the correct place.
-static const char kThisSourceFile[] = "base/base_paths_linux.cc";
+static const char kThisSourceFile[] = "base/base_paths_posix.cc";
bool PathProviderPosix(int key, FilePath* result) {
FilePath path;
« no previous file with comments | « base/base_paths_linux.cc ('k') | base/native_library_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698