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

Unified Diff: src/fast-dtoa.cc

Issue 1102002: Rename files containing underscores. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 10 years, 9 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/double.h ('k') | src/powers-ten.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/fast-dtoa.cc
===================================================================
--- src/fast-dtoa.cc (revision 4181)
+++ src/fast-dtoa.cc (working copy)
@@ -29,8 +29,8 @@
#include "fast-dtoa.h"
-#include "cached_powers.h"
-#include "diy_fp.h"
+#include "cached-powers.h"
+#include "diy-fp.h"
#include "double.h"
namespace v8 {
« no previous file with comments | « src/double.h ('k') | src/powers-ten.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698