summaryrefslogtreecommitdiffstats
path: root/content/common/font_cache_dispatcher_win.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/common/font_cache_dispatcher_win.h')
-rw-r--r--content/common/font_cache_dispatcher_win.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/content/common/font_cache_dispatcher_win.h b/content/common/font_cache_dispatcher_win.h
index 69f1870..2ae8132 100644
--- a/content/common/font_cache_dispatcher_win.h
+++ b/content/common/font_cache_dispatcher_win.h
@@ -11,6 +11,8 @@
#include "base/memory/singleton.h"
#include "ipc/ipc_channel_proxy.h"
+namespace content {
+
// Dispatches messages used for font caching on Windows. This is needed because
// Windows can't load fonts into its kernel cache in sandboxed processes. So the
// sandboxed process asks the browser process to do this for it.
@@ -38,4 +40,6 @@ class FontCacheDispatcher : public IPC::ChannelProxy::MessageFilter,
DISALLOW_COPY_AND_ASSIGN(FontCacheDispatcher);
};
+} // namespace content
+
#endif // CONTENT_COMMON_FONT_CACHE_DISPATCHER_WIN_H_