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

Unified Diff: src/base/globals.h

Issue 145583014: A fix for the globals.h TODO in libplatform. (Closed) Base URL: git://github.com/v8/v8.git@master
Patch Set: fix header include guard Created 6 years, 11 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/atomicops.h ('k') | src/bignum.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/base/globals.h
diff --git a/src/globals.h b/src/base/globals.h
similarity index 99%
rename from src/globals.h
rename to src/base/globals.h
index 2f526a83bbebbb2386b488b2bb3eb134186bcd2e..97af413f4c54b6789f76f5c96d4a7e48347d34a8 100644
--- a/src/globals.h
+++ b/src/base/globals.h
@@ -25,10 +25,10 @@
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-#ifndef V8_GLOBALS_H_
-#define V8_GLOBALS_H_
+#ifndef V8_BASE_GLOBALS_H_
+#define V8_BASE_GLOBALS_H_
-#include "../include/v8stdint.h"
+#include "../../include/v8stdint.h"
// Unfortunately, the INFINITY macro cannot be used with the '-pedantic'
// warning flag and certain versions of GCC due to a bug:
@@ -419,4 +419,4 @@ enum StrictModeFlag {
} } // namespace v8::internal
-#endif // V8_GLOBALS_H_
+#endif // V8_BASE_GLOBALS_H_
« no previous file with comments | « src/atomicops.h ('k') | src/bignum.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698