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

Unified Diff: Source/platform/fonts/SimpleFontData.h

Issue 1314663002: Remove inclusion of RetainPtr.h in SimpleFontData.h (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add now-needed include to ScrollbarThemeMacOverlayAPI.mm Created 5 years, 3 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 | « no previous file | Source/platform/fonts/mac/FontPlatformDataMac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/fonts/SimpleFontData.h
diff --git a/Source/platform/fonts/SimpleFontData.h b/Source/platform/fonts/SimpleFontData.h
index f9ed029da07e4ebdc55d45125b862ae967696050..a0c9c9863336e54d24efcdf6ebc9c9aee5552154 100644
--- a/Source/platform/fonts/SimpleFontData.h
+++ b/Source/platform/fonts/SimpleFontData.h
@@ -39,10 +39,6 @@
#include "wtf/PassOwnPtr.h"
#include "wtf/text/StringHash.h"
-#if OS(MACOSX)
-#include "wtf/RetainPtr.h"
-#endif
-
namespace blink {
class FontDescription;
« no previous file with comments | « no previous file | Source/platform/fonts/mac/FontPlatformDataMac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698