diff options
Diffstat (limited to 'chrome/service')
-rw-r--r-- | chrome/service/cloud_print/cloud_print_consts.h | 1 | ||||
-rw-r--r-- | chrome/service/cloud_print/cloud_print_helpers.h | 1 | ||||
-rw-r--r-- | chrome/service/cloud_print/cloud_print_proxy.h | 1 | ||||
-rw-r--r-- | chrome/service/cloud_print/cloud_print_proxy_backend.h | 1 | ||||
-rw-r--r-- | chrome/service/cloud_print/job_status_updater.h | 1 | ||||
-rw-r--r-- | chrome/service/cloud_print/print_system.h | 1 | ||||
-rw-r--r-- | chrome/service/cloud_print/printer_job_handler.h | 1 | ||||
-rw-r--r-- | chrome/service/gaia/service_gaia_authenticator.h | 1 | ||||
-rw-r--r-- | chrome/service/net/service_url_request_context.h | 1 | ||||
-rw-r--r-- | chrome/service/service_child_process_host.h | 1 | ||||
-rw-r--r-- | chrome/service/service_process.h | 1 | ||||
-rw-r--r-- | chrome/service/service_utility_process_host.h | 1 |
12 files changed, 12 insertions, 0 deletions
diff --git a/chrome/service/cloud_print/cloud_print_consts.h b/chrome/service/cloud_print/cloud_print_consts.h index 40202f2..f4dbd04 100644 --- a/chrome/service/cloud_print/cloud_print_consts.h +++ b/chrome/service/cloud_print/cloud_print_consts.h @@ -4,6 +4,7 @@ #ifndef CHROME_SERVICE_CLOUD_PRINT_CLOUD_PRINT_CONSTS_H_ #define CHROME_SERVICE_CLOUD_PRINT_CLOUD_PRINT_CONSTS_H_ +#pragma once #include "base/basictypes.h" diff --git a/chrome/service/cloud_print/cloud_print_helpers.h b/chrome/service/cloud_print/cloud_print_helpers.h index 5c79b6e..93ccb44 100644 --- a/chrome/service/cloud_print/cloud_print_helpers.h +++ b/chrome/service/cloud_print/cloud_print_helpers.h @@ -4,6 +4,7 @@ #ifndef CHROME_SERVICE_CLOUD_PRINT_CLOUD_PRINT_HELPERS_H_ #define CHROME_SERVICE_CLOUD_PRINT_CLOUD_PRINT_HELPERS_H_ +#pragma once #include <string> diff --git a/chrome/service/cloud_print/cloud_print_proxy.h b/chrome/service/cloud_print/cloud_print_proxy.h index 4603d13..0127595 100644 --- a/chrome/service/cloud_print/cloud_print_proxy.h +++ b/chrome/service/cloud_print/cloud_print_proxy.h @@ -4,6 +4,7 @@ #ifndef CHROME_SERVICE_CLOUD_PRINT_CLOUD_PRINT_PROXY_H_ #define CHROME_SERVICE_CLOUD_PRINT_CLOUD_PRINT_PROXY_H_ +#pragma once #include <string> diff --git a/chrome/service/cloud_print/cloud_print_proxy_backend.h b/chrome/service/cloud_print/cloud_print_proxy_backend.h index c8e3dd89..1c1dc5f 100644 --- a/chrome/service/cloud_print/cloud_print_proxy_backend.h +++ b/chrome/service/cloud_print/cloud_print_proxy_backend.h @@ -4,6 +4,7 @@ #ifndef CHROME_SERVICE_CLOUD_PRINT_CLOUD_PRINT_PROXY_BACKEND_H_ #define CHROME_SERVICE_CLOUD_PRINT_CLOUD_PRINT_PROXY_BACKEND_H_ +#pragma once #include <map> #include <string> diff --git a/chrome/service/cloud_print/job_status_updater.h b/chrome/service/cloud_print/job_status_updater.h index 68c0fc8..fea4979 100644 --- a/chrome/service/cloud_print/job_status_updater.h +++ b/chrome/service/cloud_print/job_status_updater.h @@ -4,6 +4,7 @@ #ifndef CHROME_SERVICE_CLOUD_PRINT_JOB_STATUS_UPDATER_H_ #define CHROME_SERVICE_CLOUD_PRINT_JOB_STATUS_UPDATER_H_ +#pragma once #include <string> diff --git a/chrome/service/cloud_print/print_system.h b/chrome/service/cloud_print/print_system.h index 1d83a87..6a36f9a 100644 --- a/chrome/service/cloud_print/print_system.h +++ b/chrome/service/cloud_print/print_system.h @@ -4,6 +4,7 @@ #ifndef CHROME_SERVICE_CLOUD_PRINT_PRINT_SYSTEM_H_ #define CHROME_SERVICE_CLOUD_PRINT_PRINT_SYSTEM_H_ +#pragma once #include <map> #include <string> diff --git a/chrome/service/cloud_print/printer_job_handler.h b/chrome/service/cloud_print/printer_job_handler.h index 81f802b..f1c3ed4 100644 --- a/chrome/service/cloud_print/printer_job_handler.h +++ b/chrome/service/cloud_print/printer_job_handler.h @@ -4,6 +4,7 @@ #ifndef CHROME_SERVICE_CLOUD_PRINT_PRINTER_JOB_HANDLER_H_ #define CHROME_SERVICE_CLOUD_PRINT_PRINTER_JOB_HANDLER_H_ +#pragma once #include <list> #include <string> diff --git a/chrome/service/gaia/service_gaia_authenticator.h b/chrome/service/gaia/service_gaia_authenticator.h index acb05ad..a2fc6a3 100644 --- a/chrome/service/gaia/service_gaia_authenticator.h +++ b/chrome/service/gaia/service_gaia_authenticator.h @@ -4,6 +4,7 @@ #ifndef CHROME_SERVICE_GAIA_SERVICE_GAIA_AUTHENTICATOR_H_ #define CHROME_SERVICE_GAIA_SERVICE_GAIA_AUTHENTICATOR_H_ +#pragma once #include <string> diff --git a/chrome/service/net/service_url_request_context.h b/chrome/service/net/service_url_request_context.h index 90c9733..33ab2e1 100644 --- a/chrome/service/net/service_url_request_context.h +++ b/chrome/service/net/service_url_request_context.h @@ -4,6 +4,7 @@ #ifndef CHROME_SERVICE_NET_SERVICE_URL_REQUEST_CONTEXT_H_ #define CHROME_SERVICE_NET_SERVICE_URL_REQUEST_CONTEXT_H_ +#pragma once #include <string> diff --git a/chrome/service/service_child_process_host.h b/chrome/service/service_child_process_host.h index bfc833b..2743229 100644 --- a/chrome/service/service_child_process_host.h +++ b/chrome/service/service_child_process_host.h @@ -4,6 +4,7 @@ #ifndef CHROME_SERVICE_SERVICE_CHILD_PROCESS_HOST_H_ #define CHROME_SERVICE_SERVICE_CHILD_PROCESS_HOST_H_ +#pragma once #include "base/process.h" #include "chrome/common/child_process_host.h" diff --git a/chrome/service/service_process.h b/chrome/service/service_process.h index bbd30e8..cf86736 100644 --- a/chrome/service/service_process.h +++ b/chrome/service/service_process.h @@ -4,6 +4,7 @@ #ifndef CHROME_SERVICE_SERVICE_PROCESS_H_ #define CHROME_SERVICE_SERVICE_PROCESS_H_ +#pragma once #include <vector> diff --git a/chrome/service/service_utility_process_host.h b/chrome/service/service_utility_process_host.h index 7474c8eb..2b964eb 100644 --- a/chrome/service/service_utility_process_host.h +++ b/chrome/service/service_utility_process_host.h @@ -4,6 +4,7 @@ #ifndef CHROME_SERVICE_SERVICE_UTILITY_PROCESS_HOST_H_ #define CHROME_SERVICE_SERVICE_UTILITY_PROCESS_HOST_H_ +#pragma once #if defined(OS_WIN) #include <windows.h> |