diff options
Diffstat (limited to 'content/app/android')
-rw-r--r-- | content/app/android/content_main.h | 1 | ||||
-rw-r--r-- | content/app/android/sandboxed_process_service.h | 1 | ||||
-rw-r--r-- | content/app/android/user_agent.h | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/content/app/android/content_main.h b/content/app/android/content_main.h index cc48cd7..682f5bb 100644 --- a/content/app/android/content_main.h +++ b/content/app/android/content_main.h @@ -4,7 +4,6 @@ #ifndef CONTENT_APP_ANDROID_CONTENT_MAIN_H_ #define CONTENT_APP_ANDROID_CONTENT_MAIN_H_ -#pragma once #include <jni.h> diff --git a/content/app/android/sandboxed_process_service.h b/content/app/android/sandboxed_process_service.h index 26b511f..4ab991b 100644 --- a/content/app/android/sandboxed_process_service.h +++ b/content/app/android/sandboxed_process_service.h @@ -4,7 +4,6 @@ #ifndef CONTENT_APP_ANDROID_SANDBOXED_PROCESS_SERVICE_H_ #define CONTENT_APP_ANDROID_SANDBOXED_PROCESS_SERVICE_H_ -#pragma once #include <jni.h> diff --git a/content/app/android/user_agent.h b/content/app/android/user_agent.h index cc0dcce..374c5fb 100644 --- a/content/app/android/user_agent.h +++ b/content/app/android/user_agent.h @@ -4,7 +4,6 @@ #ifndef CONTENT_APP_ANDROID_USER_AGENT_H_ #define CONTENT_APP_ANDROID_USER_AGENT_H_ -#pragma once #include <jni.h> #include <string> |