diff options
author | ajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-11 07:04:07 +0000 |
---|---|---|
committer | ajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-11 07:04:07 +0000 |
commit | f78671752ae4546052e3973a8ea51d3ee0cdd1d8 (patch) | |
tree | a491e42f9d84d33669709fbe93261edb1924c1a1 /content/app/android | |
parent | 616b4c4e74f13762b15d0ff1917c2001c3f9a800 (diff) | |
download | chromium_src-f78671752ae4546052e3973a8ea51d3ee0cdd1d8.zip chromium_src-f78671752ae4546052e3973a8ea51d3ee0cdd1d8.tar.gz chromium_src-f78671752ae4546052e3973a8ea51d3ee0cdd1d8.tar.bz2 |
Remove #pragma once from content
Review URL: https://chromiumcodereview.appspot.com/10696166
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146071 0039d316-1c4b-4281-b951-d872f2087c98
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> |