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_ |