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

Unified Diff: util/posix/close_multiple.h

Issue 819483002: CloseMultipleNowOrOnExec(): promote out of test (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Rebase Created 6 years 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 | « no previous file | util/posix/close_multiple.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: util/posix/close_multiple.h
diff --git a/util/test/posix/close_multiple.h b/util/posix/close_multiple.h
similarity index 92%
rename from util/test/posix/close_multiple.h
rename to util/posix/close_multiple.h
index c2206bd057f33f0251e727d10feb4621f3097df9..2a66f28a83c089b5d7b6d406f92a608421c325d7 100644
--- a/util/test/posix/close_multiple.h
+++ b/util/posix/close_multiple.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef CRASHPAD_UTIL_TEST_POSIX_CLOSE_MULTIPLE_H_
-#define CRASHPAD_UTIL_TEST_POSIX_CLOSE_MULTIPLE_H_
+#ifndef CRASHPAD_UTIL_POSIX_CLOSE_MULTIPLE_H_
+#define CRASHPAD_UTIL_POSIX_CLOSE_MULTIPLE_H_
namespace crashpad {
@@ -41,4 +41,4 @@ void CloseMultipleNowOrOnExec(int fd, int preserve_fd);
} // namespace crashpad
-#endif // CRASHPAD_UTIL_TEST_POSIX_CLOSE_MULTIPLE_H_
+#endif // CRASHPAD_UTIL_POSIX_CLOSE_MULTIPLE_H_
« no previous file with comments | « no previous file | util/posix/close_multiple.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698