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

Unified Diff: Source/wtf/DecimalNumber.h

Issue 15861022: Build WTF as dll in component build (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix AutoDrainedPool ctor and ThreadSpecificThreadExit exports Created 7 years, 7 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 | « Source/wtf/DateMath.h ('k') | Source/wtf/DynamicAnnotations.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/DecimalNumber.h
diff --git a/Source/wtf/DecimalNumber.h b/Source/wtf/DecimalNumber.h
index 5d03070e9b291b1621d380b357b87b7b234763e9..dd68d67c64c96afef2a67486b6c105ef1c33d1be 100644
--- a/Source/wtf/DecimalNumber.h
+++ b/Source/wtf/DecimalNumber.h
@@ -27,16 +27,18 @@
#define DecimalNumber_h
#include <math.h>
-#include <wtf/dtoa.h>
-#include <wtf/MathExtras.h>
-#include <wtf/text/WTFString.h>
+
+#include "wtf/MathExtras.h"
+#include "wtf/WTFExport.h"
+#include "wtf/dtoa.h"
+#include "wtf/text/WTFString.h"
namespace WTF {
enum RoundingSignificantFiguresType { RoundingSignificantFigures };
enum RoundingDecimalPlacesType { RoundingDecimalPlaces };
-class DecimalNumber {
+class WTF_EXPORT DecimalNumber {
public:
DecimalNumber(double d)
{
« no previous file with comments | « Source/wtf/DateMath.h ('k') | Source/wtf/DynamicAnnotations.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698