summaryrefslogtreecommitdiffstats
path: root/base/win
diff options
context:
space:
mode:
authorajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-11 19:01:43 +0000
committerajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-11 19:01:43 +0000
commit01c86ece0232e9b15bff05f1ee508c7f6bdc2ef0 (patch)
treece78aa58908c7bc64bcb3596bd1298b872b85701 /base/win
parenta19317f99fd8f35cd2bf8ebe3d0f34dc71866574 (diff)
downloadchromium_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 'base/win')
-rw-r--r--base/win/enum_variant.h1
-rw-r--r--base/win/event_trace_consumer.h1
-rw-r--r--base/win/event_trace_controller.h1
-rw-r--r--base/win/event_trace_provider.h1
-rw-r--r--base/win/i18n.h1
-rw-r--r--base/win/iat_patch_function.h1
-rw-r--r--base/win/iunknown_impl.h1
-rw-r--r--base/win/metro.h1
-rw-r--r--base/win/object_watcher.h1
-rw-r--r--base/win/pe_image.h1
-rw-r--r--base/win/registry.h1
-rw-r--r--base/win/resource_util.h1
-rw-r--r--base/win/sampling_profiler.h1
-rw-r--r--base/win/scoped_bstr.h1
-rw-r--r--base/win/scoped_co_mem.h1
-rw-r--r--base/win/scoped_com_initializer.h1
-rw-r--r--base/win/scoped_comptr.h1
-rw-r--r--base/win/scoped_gdi_object.h1
-rw-r--r--base/win/scoped_handle.h1
-rw-r--r--base/win/scoped_hdc.h1
-rw-r--r--base/win/scoped_hglobal.h1
-rw-r--r--base/win/scoped_process_information.h1
-rw-r--r--base/win/scoped_select_object.h1
-rw-r--r--base/win/scoped_startup_info_ex.h1
-rw-r--r--base/win/scoped_variant.h1
-rw-r--r--base/win/win_util.h1
-rw-r--r--base/win/windows_version.h1
-rw-r--r--base/win/wrapped_window_proc.h1
28 files changed, 0 insertions, 28 deletions
diff --git a/base/win/enum_variant.h b/base/win/enum_variant.h
index 84c8a99..7cee91d 100644
--- a/base/win/enum_variant.h
+++ b/base/win/enum_variant.h
@@ -4,7 +4,6 @@
#ifndef BASE_WIN_ENUM_VARIANT_H_
#define BASE_WIN_ENUM_VARIANT_H_
-#pragma once
#include <unknwn.h>
diff --git a/base/win/event_trace_consumer.h b/base/win/event_trace_consumer.h
index c85eae4..c1b42b4 100644
--- a/base/win/event_trace_consumer.h
+++ b/base/win/event_trace_consumer.h
@@ -5,7 +5,6 @@
// Declaration of a Windows event trace consumer base class.
#ifndef BASE_WIN_EVENT_TRACE_CONSUMER_H_
#define BASE_WIN_EVENT_TRACE_CONSUMER_H_
-#pragma once
#include <windows.h>
#include <wmistr.h>
diff --git a/base/win/event_trace_controller.h b/base/win/event_trace_controller.h
index 8f8d476..69e755b 100644
--- a/base/win/event_trace_controller.h
+++ b/base/win/event_trace_controller.h
@@ -19,7 +19,6 @@
// as well as potentially from multiple binary trace files.
#ifndef BASE_WIN_EVENT_TRACE_CONTROLLER_H_
#define BASE_WIN_EVENT_TRACE_CONTROLLER_H_
-#pragma once
#include <windows.h>
#include <wmistr.h>
diff --git a/base/win/event_trace_provider.h b/base/win/event_trace_provider.h
index 35f3efe..9f6e7c4 100644
--- a/base/win/event_trace_provider.h
+++ b/base/win/event_trace_provider.h
@@ -6,7 +6,6 @@
// Windows Event Tracing for logging transport and control.
#ifndef BASE_WIN_EVENT_TRACE_PROVIDER_H_
#define BASE_WIN_EVENT_TRACE_PROVIDER_H_
-#pragma once
#include <windows.h>
#include <wmistr.h>
diff --git a/base/win/i18n.h b/base/win/i18n.h
index 8797bd3..c0379c1 100644
--- a/base/win/i18n.h
+++ b/base/win/i18n.h
@@ -4,7 +4,6 @@
#ifndef BASE_WIN_I18N_H_
#define BASE_WIN_I18N_H_
-#pragma once
#include <string>
#include <vector>
diff --git a/base/win/iat_patch_function.h b/base/win/iat_patch_function.h
index 34d73ba..3ae1f3c 100644
--- a/base/win/iat_patch_function.h
+++ b/base/win/iat_patch_function.h
@@ -4,7 +4,6 @@
#ifndef BASE_WIN_IAT_PATCH_FUNCTION_H_
#define BASE_WIN_IAT_PATCH_FUNCTION_H_
-#pragma once
#include <windows.h>
diff --git a/base/win/iunknown_impl.h b/base/win/iunknown_impl.h
index 2dfdae8..ff7e870 100644
--- a/base/win/iunknown_impl.h
+++ b/base/win/iunknown_impl.h
@@ -4,7 +4,6 @@
#ifndef BASE_WIN_IUNKNOWN_IMPL_H_
#define BASE_WIN_IUNKNOWN_IMPL_H_
-#pragma once
#include <unknwn.h>
diff --git a/base/win/metro.h b/base/win/metro.h
index cce8d3a..36c4bf0 100644
--- a/base/win/metro.h
+++ b/base/win/metro.h
@@ -4,7 +4,6 @@
#ifndef BASE_WIN_METRO_H_
#define BASE_WIN_METRO_H_
-#pragma once
#include <windows.h>
diff --git a/base/win/object_watcher.h b/base/win/object_watcher.h
index 2a515a1..6a570b2 100644
--- a/base/win/object_watcher.h
+++ b/base/win/object_watcher.h
@@ -4,7 +4,6 @@
#ifndef BASE_WIN_OBJECT_WATCHER_H_
#define BASE_WIN_OBJECT_WATCHER_H_
-#pragma once
#include <windows.h>
diff --git a/base/win/pe_image.h b/base/win/pe_image.h
index 72d37f8..878ef52 100644
--- a/base/win/pe_image.h
+++ b/base/win/pe_image.h
@@ -10,7 +10,6 @@
#ifndef BASE_WIN_PE_IMAGE_H_
#define BASE_WIN_PE_IMAGE_H_
-#pragma once
#include <windows.h>
diff --git a/base/win/registry.h b/base/win/registry.h
index c8f5da9..b78fbb0 100644
--- a/base/win/registry.h
+++ b/base/win/registry.h
@@ -4,7 +4,6 @@
#ifndef BASE_WIN_REGISTRY_H_
#define BASE_WIN_REGISTRY_H_
-#pragma once
#include <windows.h>
#include <string>
diff --git a/base/win/resource_util.h b/base/win/resource_util.h
index e4b82e5..9955402 100644
--- a/base/win/resource_util.h
+++ b/base/win/resource_util.h
@@ -7,7 +7,6 @@
#ifndef BASE_WIN_RESOURCE_UTIL_H__
#define BASE_WIN_RESOURCE_UTIL_H__
-#pragma once
#include <windows.h>
diff --git a/base/win/sampling_profiler.h b/base/win/sampling_profiler.h
index bf1be8c..e7e76d8 100644
--- a/base/win/sampling_profiler.h
+++ b/base/win/sampling_profiler.h
@@ -4,7 +4,6 @@
#ifndef BASE_WIN_SAMPLING_PROFILER_H_
#define BASE_WIN_SAMPLING_PROFILER_H_
-#pragma once
#include <vector>
diff --git a/base/win/scoped_bstr.h b/base/win/scoped_bstr.h
index 66d7a06..ed46d63 100644
--- a/base/win/scoped_bstr.h
+++ b/base/win/scoped_bstr.h
@@ -4,7 +4,6 @@
#ifndef BASE_WIN_SCOPED_BSTR_H_
#define BASE_WIN_SCOPED_BSTR_H_
-#pragma once
#include <windows.h>
#include <oleauto.h>
diff --git a/base/win/scoped_co_mem.h b/base/win/scoped_co_mem.h
index ccbe707..572999a 100644
--- a/base/win/scoped_co_mem.h
+++ b/base/win/scoped_co_mem.h
@@ -4,7 +4,6 @@
#ifndef BASE_WIN_SCOPED_CO_MEM_H_
#define BASE_WIN_SCOPED_CO_MEM_H_
-#pragma once
#include <objbase.h>
diff --git a/base/win/scoped_com_initializer.h b/base/win/scoped_com_initializer.h
index eb2055e..f0ea0ec 100644
--- a/base/win/scoped_com_initializer.h
+++ b/base/win/scoped_com_initializer.h
@@ -4,7 +4,6 @@
#ifndef BASE_WIN_SCOPED_COM_INITIALIZER_H_
#define BASE_WIN_SCOPED_COM_INITIALIZER_H_
-#pragma once
#include "base/basictypes.h"
#include "base/logging.h"
diff --git a/base/win/scoped_comptr.h b/base/win/scoped_comptr.h
index 9a4dd9d..9d5301f 100644
--- a/base/win/scoped_comptr.h
+++ b/base/win/scoped_comptr.h
@@ -4,7 +4,6 @@
#ifndef BASE_WIN_SCOPED_COMPTR_H_
#define BASE_WIN_SCOPED_COMPTR_H_
-#pragma once
#include <unknwn.h>
diff --git a/base/win/scoped_gdi_object.h b/base/win/scoped_gdi_object.h
index 3ce2245..d44310a 100644
--- a/base/win/scoped_gdi_object.h
+++ b/base/win/scoped_gdi_object.h
@@ -4,7 +4,6 @@
#ifndef BASE_WIN_SCOPED_GDI_OBJECT_H_
#define BASE_WIN_SCOPED_GDI_OBJECT_H_
-#pragma once
#include <windows.h>
diff --git a/base/win/scoped_handle.h b/base/win/scoped_handle.h
index 87a59b1..458519d 100644
--- a/base/win/scoped_handle.h
+++ b/base/win/scoped_handle.h
@@ -4,7 +4,6 @@
#ifndef BASE_WIN_SCOPED_HANDLE_H_
#define BASE_WIN_SCOPED_HANDLE_H_
-#pragma once
#include <windows.h>
diff --git a/base/win/scoped_hdc.h b/base/win/scoped_hdc.h
index 070c656..f3f6005 100644
--- a/base/win/scoped_hdc.h
+++ b/base/win/scoped_hdc.h
@@ -4,7 +4,6 @@
#ifndef BASE_WIN_SCOPED_HDC_H_
#define BASE_WIN_SCOPED_HDC_H_
-#pragma once
#include <windows.h>
diff --git a/base/win/scoped_hglobal.h b/base/win/scoped_hglobal.h
index 23b36e4..891e6cd 100644
--- a/base/win/scoped_hglobal.h
+++ b/base/win/scoped_hglobal.h
@@ -4,7 +4,6 @@
#ifndef BASE_WIN_SCOPED_HGLOBAL_H_
#define BASE_WIN_SCOPED_HGLOBAL_H_
-#pragma once
#include <windows.h>
diff --git a/base/win/scoped_process_information.h b/base/win/scoped_process_information.h
index a0646da0..cfa7dc96 100644
--- a/base/win/scoped_process_information.h
+++ b/base/win/scoped_process_information.h
@@ -4,7 +4,6 @@
#ifndef BASE_WIN_SCOPED_PROCESS_INFORMATION_H_
#define BASE_WIN_SCOPED_PROCESS_INFORMATION_H_
-#pragma once
#include <windows.h>
diff --git a/base/win/scoped_select_object.h b/base/win/scoped_select_object.h
index fd73161..347de79 100644
--- a/base/win/scoped_select_object.h
+++ b/base/win/scoped_select_object.h
@@ -4,7 +4,6 @@
#ifndef BASE_WIN_SCOPED_SELECT_OBJECT_H_
#define BASE_WIN_SCOPED_SELECT_OBJECT_H_
-#pragma once
#include <windows.h>
diff --git a/base/win/scoped_startup_info_ex.h b/base/win/scoped_startup_info_ex.h
index 50bf7d1..989aead 100644
--- a/base/win/scoped_startup_info_ex.h
+++ b/base/win/scoped_startup_info_ex.h
@@ -4,7 +4,6 @@
#ifndef BASE_WIN_SCOPED_STARTUP_INFO_EX_H_
#define BASE_WIN_SCOPED_STARTUP_INFO_EX_H_
-#pragma once
#include <windows.h>
diff --git a/base/win/scoped_variant.h b/base/win/scoped_variant.h
index 5b05d07..b6e6579 100644
--- a/base/win/scoped_variant.h
+++ b/base/win/scoped_variant.h
@@ -4,7 +4,6 @@
#ifndef BASE_WIN_SCOPED_VARIANT_H_
#define BASE_WIN_SCOPED_VARIANT_H_
-#pragma once
#include <windows.h>
#include <oleauto.h>
diff --git a/base/win/win_util.h b/base/win/win_util.h
index e831cd7..09c66cd 100644
--- a/base/win/win_util.h
+++ b/base/win/win_util.h
@@ -21,7 +21,6 @@
#ifndef BASE_WIN_WIN_UTIL_H_
#define BASE_WIN_WIN_UTIL_H_
-#pragma once
#include <windows.h>
diff --git a/base/win/windows_version.h b/base/win/windows_version.h
index c17ba14..0e4a75e 100644
--- a/base/win/windows_version.h
+++ b/base/win/windows_version.h
@@ -4,7 +4,6 @@
#ifndef BASE_WIN_WINDOWS_VERSION_H_
#define BASE_WIN_WINDOWS_VERSION_H_
-#pragma once
#include "base/base_export.h"
#include "base/basictypes.h"
diff --git a/base/win/wrapped_window_proc.h b/base/win/wrapped_window_proc.h
index 6d887ae..b5793f2 100644
--- a/base/win/wrapped_window_proc.h
+++ b/base/win/wrapped_window_proc.h
@@ -9,7 +9,6 @@
#ifndef BASE_WIN_WRAPPED_WINDOW_PROC_H_
#define BASE_WIN_WRAPPED_WINDOW_PROC_H_
-#pragma once
#include <windows.h>