summaryrefslogtreecommitdiffstats
path: root/base/mac
diff options
context:
space:
mode:
Diffstat (limited to 'base/mac')
-rw-r--r--base/mac/authorization_util.h1
-rw-r--r--base/mac/bundle_locations.h1
-rw-r--r--base/mac/closure_blocks_leopard_compat.h1
-rw-r--r--base/mac/cocoa_protocols.h1
-rw-r--r--base/mac/foundation_util.h1
-rw-r--r--base/mac/launchd.h1
-rw-r--r--base/mac/mac_logging.h1
-rw-r--r--base/mac/mac_util.h1
-rw-r--r--base/mac/objc_property_releaser.h1
-rw-r--r--base/mac/scoped_aedesc.h1
-rw-r--r--base/mac/scoped_authorizationref.h1
-rw-r--r--base/mac/scoped_cftyperef.h1
-rw-r--r--base/mac/scoped_ioobject.h1
-rw-r--r--base/mac/scoped_launch_data.h1
-rw-r--r--base/mac/scoped_nsautorelease_pool.h1
-rw-r--r--base/mac/scoped_nsexception_enabler.h1
-rw-r--r--base/mac/scoped_sending_event.h1
17 files changed, 0 insertions, 17 deletions
diff --git a/base/mac/authorization_util.h b/base/mac/authorization_util.h
index 68baabb..b34348d 100644
--- a/base/mac/authorization_util.h
+++ b/base/mac/authorization_util.h
@@ -4,7 +4,6 @@
#ifndef BASE_MAC_AUTHORIZATION_UTIL_H_
#define BASE_MAC_AUTHORIZATION_UTIL_H_
-#pragma once
// AuthorizationExecuteWithPrivileges fork()s and exec()s the tool, but it
// does not wait() for it. It also doesn't provide the caller with access to
diff --git a/base/mac/bundle_locations.h b/base/mac/bundle_locations.h
index 00ca05d..dd84b59 100644
--- a/base/mac/bundle_locations.h
+++ b/base/mac/bundle_locations.h
@@ -4,7 +4,6 @@
#ifndef BASE_MAC_BUNDLE_LOCATIONS_H_
#define BASE_MAC_BUNDLE_LOCATIONS_H_
-#pragma once
#include "base/base_export.h"
#include "base/file_path.h"
diff --git a/base/mac/closure_blocks_leopard_compat.h b/base/mac/closure_blocks_leopard_compat.h
index c150dcd..858584a 100644
--- a/base/mac/closure_blocks_leopard_compat.h
+++ b/base/mac/closure_blocks_leopard_compat.h
@@ -4,7 +4,6 @@
#ifndef BASE_MAC_CLOSURE_BLOCKS_LEOPARD_COMPAT_H_
#define BASE_MAC_CLOSURE_BLOCKS_LEOPARD_COMPAT_H_
-#pragma once
// libclosure (blocks) compatibility for Mac OS X 10.5 (Leopard)
//
diff --git a/base/mac/cocoa_protocols.h b/base/mac/cocoa_protocols.h
index d6cb614..8865d10 100644
--- a/base/mac/cocoa_protocols.h
+++ b/base/mac/cocoa_protocols.h
@@ -4,7 +4,6 @@
#ifndef BASE_COCOA_PROTOCOLS_MAC_H_
#define BASE_COCOA_PROTOCOLS_MAC_H_
-#pragma once
#import <Cocoa/Cocoa.h>
diff --git a/base/mac/foundation_util.h b/base/mac/foundation_util.h
index 186659f..64adb8b 100644
--- a/base/mac/foundation_util.h
+++ b/base/mac/foundation_util.h
@@ -4,7 +4,6 @@
#ifndef BASE_MAC_FOUNDATION_UTIL_H_
#define BASE_MAC_FOUNDATION_UTIL_H_
-#pragma once
#include <CoreFoundation/CoreFoundation.h>
diff --git a/base/mac/launchd.h b/base/mac/launchd.h
index e38bf51..9e4514e 100644
--- a/base/mac/launchd.h
+++ b/base/mac/launchd.h
@@ -4,7 +4,6 @@
#ifndef BASE_MAC_LAUNCHD_H_
#define BASE_MAC_LAUNCHD_H_
-#pragma once
#include <launch.h>
#include <sys/types.h>
diff --git a/base/mac/mac_logging.h b/base/mac/mac_logging.h
index 7db601c..9a0003e 100644
--- a/base/mac/mac_logging.h
+++ b/base/mac/mac_logging.h
@@ -4,7 +4,6 @@
#ifndef BASE_MAC_MAC_LOGGING_H_
#define BASE_MAC_MAC_LOGGING_H_
-#pragma once
#include "base/logging.h"
#include "build/build_config.h"
diff --git a/base/mac/mac_util.h b/base/mac/mac_util.h
index a308ccd..a4053fd 100644
--- a/base/mac/mac_util.h
+++ b/base/mac/mac_util.h
@@ -4,7 +4,6 @@
#ifndef BASE_MAC_MAC_UTIL_H_
#define BASE_MAC_MAC_UTIL_H_
-#pragma once
#include <AvailabilityMacros.h>
#include <Carbon/Carbon.h>
diff --git a/base/mac/objc_property_releaser.h b/base/mac/objc_property_releaser.h
index 0772c43..973d793 100644
--- a/base/mac/objc_property_releaser.h
+++ b/base/mac/objc_property_releaser.h
@@ -4,7 +4,6 @@
#ifndef BASE_MAC_OBJC_PROPERTY_RELEASER_H_
#define BASE_MAC_OBJC_PROPERTY_RELEASER_H_
-#pragma once
#import <Foundation/Foundation.h>
diff --git a/base/mac/scoped_aedesc.h b/base/mac/scoped_aedesc.h
index 83a38c6..a1323c0 100644
--- a/base/mac/scoped_aedesc.h
+++ b/base/mac/scoped_aedesc.h
@@ -4,7 +4,6 @@
#ifndef BASE_MAC_SCOPED_AEDESC_H_
#define BASE_MAC_SCOPED_AEDESC_H_
-#pragma once
#import <CoreServices/CoreServices.h>
diff --git a/base/mac/scoped_authorizationref.h b/base/mac/scoped_authorizationref.h
index 28ebce9..6413f2e 100644
--- a/base/mac/scoped_authorizationref.h
+++ b/base/mac/scoped_authorizationref.h
@@ -4,7 +4,6 @@
#ifndef BASE_MAC_SCOPED_AUTHORIZATIONREF_H_
#define BASE_MAC_SCOPED_AUTHORIZATIONREF_H_
-#pragma once
#include <Security/Authorization.h>
diff --git a/base/mac/scoped_cftyperef.h b/base/mac/scoped_cftyperef.h
index ae008fb..c6ca46a 100644
--- a/base/mac/scoped_cftyperef.h
+++ b/base/mac/scoped_cftyperef.h
@@ -4,7 +4,6 @@
#ifndef BASE_MAC_SCOPED_CFTYPEREF_H_
#define BASE_MAC_SCOPED_CFTYPEREF_H_
-#pragma once
#include <CoreFoundation/CoreFoundation.h>
diff --git a/base/mac/scoped_ioobject.h b/base/mac/scoped_ioobject.h
index 9c4ebe2..854039b 100644
--- a/base/mac/scoped_ioobject.h
+++ b/base/mac/scoped_ioobject.h
@@ -4,7 +4,6 @@
#ifndef BASE_MAC_SCOPED_IOOBJECT_H_
#define BASE_MAC_SCOPED_IOOBJECT_H_
-#pragma once
#include <IOKit/IOKitLib.h>
diff --git a/base/mac/scoped_launch_data.h b/base/mac/scoped_launch_data.h
index 955c3e7..e4343b8 100644
--- a/base/mac/scoped_launch_data.h
+++ b/base/mac/scoped_launch_data.h
@@ -4,7 +4,6 @@
#ifndef BASE_MAC_SCOPED_LAUNCH_DATA_H_
#define BASE_MAC_SCOPED_LAUNCH_DATA_H_
-#pragma once
#include <launch.h>
diff --git a/base/mac/scoped_nsautorelease_pool.h b/base/mac/scoped_nsautorelease_pool.h
index 06122b6..60af71a 100644
--- a/base/mac/scoped_nsautorelease_pool.h
+++ b/base/mac/scoped_nsautorelease_pool.h
@@ -4,7 +4,6 @@
#ifndef BASE_MAC_SCOPED_NSAUTORELEASE_POOL_H_
#define BASE_MAC_SCOPED_NSAUTORELEASE_POOL_H_
-#pragma once
#include "base/base_export.h"
#include "base/basictypes.h"
diff --git a/base/mac/scoped_nsexception_enabler.h b/base/mac/scoped_nsexception_enabler.h
index 92339df..e1d0b3c 100644
--- a/base/mac/scoped_nsexception_enabler.h
+++ b/base/mac/scoped_nsexception_enabler.h
@@ -4,7 +4,6 @@
#ifndef BASE_MAC_SCOPED_NSEXCEPTION_ENABLER_H_
#define BASE_MAC_SCOPED_NSEXCEPTION_ENABLER_H_
-#pragma once
#import <Foundation/Foundation.h>
diff --git a/base/mac/scoped_sending_event.h b/base/mac/scoped_sending_event.h
index a8eaed3..f7637bb 100644
--- a/base/mac/scoped_sending_event.h
+++ b/base/mac/scoped_sending_event.h
@@ -4,7 +4,6 @@
#ifndef BASE_MAC_SCOPED_SENDING_EVENT_H_
#define BASE_MAC_SCOPED_SENDING_EVENT_H_
-#pragma once
#include "base/base_export.h"
#include "base/basictypes.h"