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

Unified Diff: base/posix/global_descriptors.cc

Issue 11293210: Move global_descriptors to base/posix. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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/posix/global_descriptors.h ('k') | chrome/app/breakpad_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/posix/global_descriptors.cc
diff --git a/base/global_descriptors_posix.cc b/base/posix/global_descriptors.cc
similarity index 96%
rename from base/global_descriptors_posix.cc
rename to base/posix/global_descriptors.cc
index 50526ec1ca744fa6dd9eafff7335520ea2f3ebf1..bcca443acc13a7f52794689ee1f0037a8704e364 100644
--- a/base/global_descriptors_posix.cc
+++ b/base/posix/global_descriptors.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "base/global_descriptors_posix.h"
+#include "base/posix/global_descriptors.h"
#include <vector>
#include <utility>
« no previous file with comments | « base/posix/global_descriptors.h ('k') | chrome/app/breakpad_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698