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

Unified Diff: services/service_manager/embedder/set_process_title_linux.h

Issue 2613653003: Move some basic early process init into Service Manager (Closed)
Patch Set: fix mac shutdown order Created 3 years, 9 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
Index: services/service_manager/embedder/set_process_title_linux.h
diff --git a/content/common/set_process_title_linux.h b/services/service_manager/embedder/set_process_title_linux.h
similarity index 80%
rename from content/common/set_process_title_linux.h
rename to services/service_manager/embedder/set_process_title_linux.h
index d72a7b6ccac67f6e9589b1e1f2b09aea623cc6c6..690c9270b6d60ff0d2aeb9718e917df890bc0b5b 100644
--- a/content/common/set_process_title_linux.h
+++ b/services/service_manager/embedder/set_process_title_linux.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CONTENT_COMMON_SET_PROCESS_TITLE_LINUX_H_
-#define CONTENT_COMMON_SET_PROCESS_TITLE_LINUX_H_
+#ifndef SERVICES_SERVICE_MANAGER_EMBEDDER_SET_PROCESS_TITLE_LINUX_H_
+#define SERVICES_SERVICE_MANAGER_EMBEDDER_SET_PROCESS_TITLE_LINUX_H_
// Set the process title that will show in "ps" and similar tools. Takes
// printf-style format string and arguments. After calling setproctitle()
@@ -19,4 +19,4 @@ void setproctitle(const char* fmt, ...);
// from main() to setproctitle_init() before calling setproctitle().
void setproctitle_init(const char** main_argv);
-#endif // CONTENT_COMMON_SET_PROCESS_TITLE_LINUX_H_
+#endif // SERVICES_SERVICE_MANAGER_EMBEDDER_SET_PROCESS_TITLE_LINUX_H_
« no previous file with comments | « services/service_manager/embedder/set_process_title.cc ('k') | services/service_manager/embedder/set_process_title_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698