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

Unified Diff: base/posix/global_descriptors.h

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/global_descriptors_posix.cc ('k') | base/posix/global_descriptors.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/posix/global_descriptors.h
diff --git a/base/global_descriptors_posix.h b/base/posix/global_descriptors.h
similarity index 94%
rename from base/global_descriptors_posix.h
rename to base/posix/global_descriptors.h
index 47399238530aff010812a661c738f36c0d7d8337..c7b9f87fa4b37a9a79a5fb99d90de6f68c738dbc 100644
--- a/base/global_descriptors_posix.h
+++ b/base/posix/global_descriptors.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef BASE_GLOBAL_DESCRIPTORS_POSIX_H_
-#define BASE_GLOBAL_DESCRIPTORS_POSIX_H_
+#ifndef BASE_POSIX_GLOBAL_DESCRIPTORS_H_
+#define BASE_POSIX_GLOBAL_DESCRIPTORS_H_
#include "build/build_config.h"
@@ -67,4 +67,4 @@ class BASE_EXPORT GlobalDescriptors {
} // namespace base
-#endif // BASE_GLOBAL_DESCRIPTORS_POSIX_H_
+#endif // BASE_POSIX_GLOBAL_DESCRIPTORS_H_
« no previous file with comments | « base/global_descriptors_posix.cc ('k') | base/posix/global_descriptors.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698