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

Unified Diff: content/common/font_cache_dispatcher_win.h

Issue 11235068: Move the remaning files in content\common to the content namespace. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 2 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 | « content/common/debug_flags.cc ('k') | content/common/font_cache_dispatcher_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/font_cache_dispatcher_win.h
===================================================================
--- content/common/font_cache_dispatcher_win.h (revision 163632)
+++ content/common/font_cache_dispatcher_win.h (working copy)
@@ -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 @@
DISALLOW_COPY_AND_ASSIGN(FontCacheDispatcher);
};
+} // namespace content
+
#endif // CONTENT_COMMON_FONT_CACHE_DISPATCHER_WIN_H_
« no previous file with comments | « content/common/debug_flags.cc ('k') | content/common/font_cache_dispatcher_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698