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

Unified Diff: base/posix/eintr_wrapper.h

Issue 11366229: Move eintr_wrapper.h from base 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/platform_file_posix.cc ('k') | base/posix/file_descriptor_shuffle.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/posix/eintr_wrapper.h
diff --git a/base/eintr_wrapper.h b/base/posix/eintr_wrapper.h
similarity index 85%
rename from base/eintr_wrapper.h
rename to base/posix/eintr_wrapper.h
index a1b7f7b7d1cf451b073f546d23eb429875b5c6ba..1f3b59a6c4bf0790497f97028546a3543b8e577b 100644
--- a/base/eintr_wrapper.h
+++ b/base/posix/eintr_wrapper.h
@@ -7,8 +7,8 @@
//
// On Windows, this wrapper macro does nothing.
-#ifndef BASE_EINTR_WRAPPER_H_
-#define BASE_EINTR_WRAPPER_H_
+#ifndef BASE_POSIX_EINTR_WRAPPER_H_
+#define BASE_POSIX_EINTR_WRAPPER_H_
#include "build/build_config.h"
@@ -30,4 +30,4 @@
#endif // OS_POSIX
-#endif // BASE_EINTR_WRAPPER_H_
+#endif // BASE_POSIX_EINTR_WRAPPER_H_
« no previous file with comments | « base/platform_file_posix.cc ('k') | base/posix/file_descriptor_shuffle.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698