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

Unified Diff: chrome/common/set_process_title_linux.cc

Issue 6002013: Move the SetProcTitle code out of base and into chrome/common. This is only... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years 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 | « chrome/common/set_process_title_linux.h ('k') | chrome/gpu/gpu_main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/set_process_title_linux.cc
===================================================================
--- chrome/common/set_process_title_linux.cc (revision 70263)
+++ chrome/common/set_process_title_linux.cc (working copy)
@@ -37,7 +37,7 @@
// this position within the glibc project, leaving applications caught in the
// middle. (Also, only a very few applications need or want this anyway.)
-#include "base/setproctitle_linux.h"
+#include "chrome/common/set_process_title_linux.h"
#include <stdarg.h>
#include <stdint.h>
« no previous file with comments | « chrome/common/set_process_title_linux.h ('k') | chrome/gpu/gpu_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698