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

Unified Diff: src/base/win32-headers.h

Issue 316133002: Move atomic ops and related files to base library (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: updates Created 6 years, 6 months 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 | « src/base/once.cc ('k') | src/builtins.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/base/win32-headers.h
diff --git a/src/win32-headers.h b/src/base/win32-headers.h
similarity index 94%
rename from src/win32-headers.h
rename to src/base/win32-headers.h
index 5ede3b313d722b995b799126594527c7bb7561b0..5432de165c30cdd4d311b1eefc73242b46770b9c 100644
--- a/src/win32-headers.h
+++ b/src/base/win32-headers.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 V8_WIN32_HEADERS_H_
-#define V8_WIN32_HEADERS_H_
+#ifndef V8_BASE_WIN32_HEADERS_H_
+#define V8_BASE_WIN32_HEADERS_H_
#ifndef WIN32_LEAN_AND_MEAN
// WIN32_LEAN_AND_MEAN implies NOCRYPT and NOGDI.
@@ -76,4 +76,4 @@
#undef CreateSemaphore
#undef Yield
-#endif // V8_WIN32_HEADERS_H_
+#endif // V8_BASE_WIN32_HEADERS_H_
« no previous file with comments | « src/base/once.cc ('k') | src/builtins.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698