diff options
author | ajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-11 19:01:43 +0000 |
---|---|---|
committer | ajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-11 19:01:43 +0000 |
commit | 01c86ece0232e9b15bff05f1ee508c7f6bdc2ef0 (patch) | |
tree | ce78aa58908c7bc64bcb3596bd1298b872b85701 /chrome/app | |
parent | a19317f99fd8f35cd2bf8ebe3d0f34dc71866574 (diff) | |
download | chromium_src-01c86ece0232e9b15bff05f1ee508c7f6bdc2ef0.zip chromium_src-01c86ece0232e9b15bff05f1ee508c7f6bdc2ef0.tar.gz chromium_src-01c86ece0232e9b15bff05f1ee508c7f6bdc2ef0.tar.bz2 |
Remove the rest of #pragma once in one big CL.
For context see this thread:
https://groups.google.com/a/chromium.org/forum/?fromgroups#!topic/chromium-dev/RMcVNGjB4II
TBR=thakis,pkasting,jam
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146163 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/breakpad_field_trial_win.h | 1 | ||||
-rw-r--r-- | chrome/app/breakpad_linux.h | 1 | ||||
-rw-r--r-- | chrome/app/breakpad_mac.h | 1 | ||||
-rw-r--r-- | chrome/app/breakpad_win.h | 1 | ||||
-rw-r--r-- | chrome/app/chrome_command_ids.h | 1 | ||||
-rw-r--r-- | chrome/app/chrome_exe_resource.h | 1 | ||||
-rw-r--r-- | chrome/app/chrome_main_delegate.h | 1 | ||||
-rw-r--r-- | chrome/app/chrome_main_mac.h | 1 | ||||
-rw-r--r-- | chrome/app/client_util.h | 1 | ||||
-rw-r--r-- | chrome/app/hard_error_handler_win.h | 1 | ||||
-rw-r--r-- | chrome/app/image_pre_reader_win.h | 1 | ||||
-rw-r--r-- | chrome/app/nacl_fork_delegate_linux.h | 1 |
12 files changed, 0 insertions, 12 deletions
diff --git a/chrome/app/breakpad_field_trial_win.h b/chrome/app/breakpad_field_trial_win.h index bb077e9..1e8b35d 100644 --- a/chrome/app/breakpad_field_trial_win.h +++ b/chrome/app/breakpad_field_trial_win.h @@ -4,7 +4,6 @@ #ifndef CHROME_APP_BREAKPAD_FIELD_TRIAL_WIN_H_ #define CHROME_APP_BREAKPAD_FIELD_TRIAL_WIN_H_ -#pragma once #include <vector> diff --git a/chrome/app/breakpad_linux.h b/chrome/app/breakpad_linux.h index 3747a0d..85b966f 100644 --- a/chrome/app/breakpad_linux.h +++ b/chrome/app/breakpad_linux.h @@ -4,7 +4,6 @@ #ifndef CHROME_APP_BREAKPAD_LINUX_H_ #define CHROME_APP_BREAKPAD_LINUX_H_ -#pragma once #include "base/basictypes.h" diff --git a/chrome/app/breakpad_mac.h b/chrome/app/breakpad_mac.h index 8ff1d26..ed3c1e2 100644 --- a/chrome/app/breakpad_mac.h +++ b/chrome/app/breakpad_mac.h @@ -4,7 +4,6 @@ #ifndef CHROME_APP_BREAKPAD_MAC_H_ #define CHROME_APP_BREAKPAD_MAC_H_ -#pragma once // This header defines the Chrome entry points for Breakpad integration. diff --git a/chrome/app/breakpad_win.h b/chrome/app/breakpad_win.h index 4245ec3..96e0ef3 100644 --- a/chrome/app/breakpad_win.h +++ b/chrome/app/breakpad_win.h @@ -4,7 +4,6 @@ #ifndef CHROME_APP_BREAKPAD_WIN_H_ #define CHROME_APP_BREAKPAD_WIN_H_ -#pragma once #include <windows.h> #include <string> diff --git a/chrome/app/chrome_command_ids.h b/chrome/app/chrome_command_ids.h index e634d19..4a90158 100644 --- a/chrome/app/chrome_command_ids.h +++ b/chrome/app/chrome_command_ids.h @@ -4,7 +4,6 @@ #ifndef CHROME_APP_CHROME_COMMAND_IDS_H_ #define CHROME_APP_CHROME_COMMAND_IDS_H_ -#pragma once // This file lists all the command IDs understood by e.g. the browser. // It is used by Windows RC files, Mac NIB files, and other platforms too. diff --git a/chrome/app/chrome_exe_resource.h b/chrome/app/chrome_exe_resource.h index ae14fb9..53e48dd 100644 --- a/chrome/app/chrome_exe_resource.h +++ b/chrome/app/chrome_exe_resource.h @@ -12,7 +12,6 @@ #ifdef APSTUDIO_INVOKED #ifndef APSTUDIO_READONLY_SYMBOLS #define _APS_NO_MFC 1 -#pragma once #define _APS_NEXT_RESOURCE_VALUE 2000 #define _APS_NEXT_COMMAND_VALUE 32768 #define _APS_NEXT_CONTROL_VALUE 3000 diff --git a/chrome/app/chrome_main_delegate.h b/chrome/app/chrome_main_delegate.h index faa1920..3670dd5 100644 --- a/chrome/app/chrome_main_delegate.h +++ b/chrome/app/chrome_main_delegate.h @@ -4,7 +4,6 @@ #ifndef CHROME_APP_CHROME_MAIN_DELEGATE_H_ #define CHROME_APP_CHROME_MAIN_DELEGATE_H_ -#pragma once #include "base/memory/scoped_ptr.h" #include "base/metrics/stats_counters.h" diff --git a/chrome/app/chrome_main_mac.h b/chrome/app/chrome_main_mac.h index 6d65912..232219d 100644 --- a/chrome/app/chrome_main_mac.h +++ b/chrome/app/chrome_main_mac.h @@ -4,7 +4,6 @@ #ifndef CHROME_APP_CHROME_MAIN_MAC_H_ #define CHROME_APP_CHROME_MAIN_MAC_H_ -#pragma once class FilePath; diff --git a/chrome/app/client_util.h b/chrome/app/client_util.h index 7b12d8b..8fcba67 100644 --- a/chrome/app/client_util.h +++ b/chrome/app/client_util.h @@ -7,7 +7,6 @@ #ifndef CHROME_APP_CLIENT_UTIL_H_ #define CHROME_APP_CLIENT_UTIL_H_ -#pragma once #include <windows.h> #include <string> diff --git a/chrome/app/hard_error_handler_win.h b/chrome/app/hard_error_handler_win.h index aae3aeb..51b16b45 100644 --- a/chrome/app/hard_error_handler_win.h +++ b/chrome/app/hard_error_handler_win.h @@ -7,7 +7,6 @@ #ifndef CHROME_APP_HARD_ERROR_HANDLER_WIN_H_ #define CHROME_APP_HARD_ERROR_HANDLER_WIN_H_ -#pragma once #include <windows.h> diff --git a/chrome/app/image_pre_reader_win.h b/chrome/app/image_pre_reader_win.h index 96acc56..25267b6 100644 --- a/chrome/app/image_pre_reader_win.h +++ b/chrome/app/image_pre_reader_win.h @@ -8,7 +8,6 @@ #ifndef CHROME_APP_IMAGE_PRE_READER_WIN_H_ #define CHROME_APP_IMAGE_PRE_READER_WIN_H_ -#pragma once #include "base/basictypes.h" diff --git a/chrome/app/nacl_fork_delegate_linux.h b/chrome/app/nacl_fork_delegate_linux.h index 24fe658..2a59ea5 100644 --- a/chrome/app/nacl_fork_delegate_linux.h +++ b/chrome/app/nacl_fork_delegate_linux.h @@ -4,7 +4,6 @@ #ifndef CHROME_APP_NACL_FORK_DELEGATE_LINUX_H_ #define CHROME_APP_NACL_FORK_DELEGATE_LINUX_H_ -#pragma once #include <string> #include <vector> |