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

Unified Diff: Source/platform/FloatConversion.h

Issue 400543004: Rename WebCore namespace to blink in Platform (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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/platform/FileSystemType.h ('k') | Source/platform/HostWindow.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/FloatConversion.h
diff --git a/Source/platform/FloatConversion.h b/Source/platform/FloatConversion.h
index 69df52c7b30421a2982558c80adb63cadfc04f18..c02fc687f2b4a589b456f55aae22ea4e468c9eb0 100644
--- a/Source/platform/FloatConversion.h
+++ b/Source/platform/FloatConversion.h
@@ -29,7 +29,7 @@
#ifndef FloatConversion_h
#define FloatConversion_h
-namespace WebCore {
+namespace blink {
template<typename T>
float narrowPrecisionToFloat(T);
@@ -40,6 +40,6 @@ inline float narrowPrecisionToFloat(double number)
return static_cast<float>(number);
}
-} // namespace WebCore
+} // namespace blink
#endif // FloatConversion_h
« no previous file with comments | « Source/platform/FileSystemType.h ('k') | Source/platform/HostWindow.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698