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

Unified Diff: content/common/set_process_title.cc

Issue 11225045: Move a bunch of content\common code into the content namespace. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: sync 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/set_process_title.h ('k') | content/common/socket_stream_handle_data.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/set_process_title.cc
===================================================================
--- content/common/set_process_title.cc (revision 163460)
+++ content/common/set_process_title.cc (working copy)
@@ -27,6 +27,8 @@
#include "content/common/set_process_title_linux.h"
#endif // defined(OS_LINUX)
+namespace content {
+
// TODO(jrg): Find out if setproctitle or equivalent is available on Android.
#if defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_SOLARIS) && \
!defined(OS_ANDROID)
@@ -84,3 +86,5 @@
}
#endif
+
+} // namespace content
« no previous file with comments | « content/common/set_process_title.h ('k') | content/common/socket_stream_handle_data.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698