summaryrefslogtreecommitdiffstats
path: root/dbus
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 /dbus
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 'dbus')
-rw-r--r--dbus/bus.h1
-rw-r--r--dbus/exported_object.h1
-rw-r--r--dbus/file_descriptor.h1
-rw-r--r--dbus/message.h1
-rw-r--r--dbus/mock_bus.h1
-rw-r--r--dbus/mock_exported_object.h1
-rw-r--r--dbus/mock_object_proxy.h1
-rw-r--r--dbus/object_path.h1
-rw-r--r--dbus/object_proxy.h1
-rw-r--r--dbus/property.h1
-rw-r--r--dbus/scoped_dbus_error.h1
-rw-r--r--dbus/string_util.h1
-rw-r--r--dbus/test_service.h1
-rw-r--r--dbus/values_util.h1
14 files changed, 0 insertions, 14 deletions
diff --git a/dbus/bus.h b/dbus/bus.h
index b015eb9..6f31b37 100644
--- a/dbus/bus.h
+++ b/dbus/bus.h
@@ -4,7 +4,6 @@
#ifndef DBUS_BUS_H_
#define DBUS_BUS_H_
-#pragma once
#include <map>
#include <set>
diff --git a/dbus/exported_object.h b/dbus/exported_object.h
index 315ad98..c897ea6 100644
--- a/dbus/exported_object.h
+++ b/dbus/exported_object.h
@@ -4,7 +4,6 @@
#ifndef DBUS_EXPORTED_OBJECT_H_
#define DBUS_EXPORTED_OBJECT_H_
-#pragma once
#include <dbus/dbus.h>
diff --git a/dbus/file_descriptor.h b/dbus/file_descriptor.h
index 7034617..5b89f2f 100644
--- a/dbus/file_descriptor.h
+++ b/dbus/file_descriptor.h
@@ -4,7 +4,6 @@
#ifndef DBUS_FILE_DESCRIPTOR_H_
#define DBUS_FILE_DESCRIPTOR_H_
-#pragma once
namespace dbus {
diff --git a/dbus/message.h b/dbus/message.h
index 38887f8..4d32cb9 100644
--- a/dbus/message.h
+++ b/dbus/message.h
@@ -4,7 +4,6 @@
#ifndef DBUS_MESSAGE_H_
#define DBUS_MESSAGE_H_
-#pragma once
#include <string>
#include <vector>
diff --git a/dbus/mock_bus.h b/dbus/mock_bus.h
index 6a228a6..6894682 100644
--- a/dbus/mock_bus.h
+++ b/dbus/mock_bus.h
@@ -4,7 +4,6 @@
#ifndef DBUS_MOCK_BUS_H_
#define DBUS_MOCK_BUS_H_
-#pragma once
#include "dbus/bus.h"
#include "dbus/object_path.h"
diff --git a/dbus/mock_exported_object.h b/dbus/mock_exported_object.h
index e57a83a..80ca951 100644
--- a/dbus/mock_exported_object.h
+++ b/dbus/mock_exported_object.h
@@ -4,7 +4,6 @@
#ifndef DBUS_MOCK_EXPORTED_OBJECT_H_
#define DBUS_MOCK_EXPORTED_OBJECT_H_
-#pragma once
#include <string>
diff --git a/dbus/mock_object_proxy.h b/dbus/mock_object_proxy.h
index 1383232..e820f45 100644
--- a/dbus/mock_object_proxy.h
+++ b/dbus/mock_object_proxy.h
@@ -4,7 +4,6 @@
#ifndef DBUS_MOCK_OBJECT_PROXY_H_
#define DBUS_MOCK_OBJECT_PROXY_H_
-#pragma once
#include <string>
diff --git a/dbus/object_path.h b/dbus/object_path.h
index 38e1fe2..9789b93 100644
--- a/dbus/object_path.h
+++ b/dbus/object_path.h
@@ -4,7 +4,6 @@
#ifndef DBUS_OBJECT_PATH_H_
#define DBUS_OBJECT_PATH_H_
-#pragma once
#include <string>
diff --git a/dbus/object_proxy.h b/dbus/object_proxy.h
index 0311854..9642262 100644
--- a/dbus/object_proxy.h
+++ b/dbus/object_proxy.h
@@ -4,7 +4,6 @@
#ifndef DBUS_OBJECT_PROXY_H_
#define DBUS_OBJECT_PROXY_H_
-#pragma once
#include <dbus/dbus.h>
diff --git a/dbus/property.h b/dbus/property.h
index 5c716e6..a3fb5ca 100644
--- a/dbus/property.h
+++ b/dbus/property.h
@@ -4,7 +4,6 @@
#ifndef DBUS_PROPERTY_H_
#define DBUS_PROPERTY_H_
-#pragma once
#include <map>
#include <string>
diff --git a/dbus/scoped_dbus_error.h b/dbus/scoped_dbus_error.h
index 79296f7..6705647 100644
--- a/dbus/scoped_dbus_error.h
+++ b/dbus/scoped_dbus_error.h
@@ -4,7 +4,6 @@
#ifndef DBUS_SCOPED_DBUS_ERROR_H_
#define DBUS_SCOPED_DBUS_ERROR_H_
-#pragma once
#include <dbus/dbus.h>
diff --git a/dbus/string_util.h b/dbus/string_util.h
index b83467e..ff52290 100644
--- a/dbus/string_util.h
+++ b/dbus/string_util.h
@@ -4,7 +4,6 @@
#ifndef DBUS_STRING_UTIL_H_
#define DBUS_STRING_UTIL_H_
-#pragma once
#include <string>
diff --git a/dbus/test_service.h b/dbus/test_service.h
index b5a90c7..871aed6 100644
--- a/dbus/test_service.h
+++ b/dbus/test_service.h
@@ -4,7 +4,6 @@
#ifndef DBUS_TEST_SERVICE_H_
#define DBUS_TEST_SERVICE_H_
-#pragma once
#include "base/compiler_specific.h"
#include "base/memory/ref_counted.h"
diff --git a/dbus/values_util.h b/dbus/values_util.h
index 535a402..f710fa3 100644
--- a/dbus/values_util.h
+++ b/dbus/values_util.h
@@ -4,7 +4,6 @@
#ifndef DBUS_VALUES_UTIL_H_
#define DBUS_VALUES_UTIL_H_
-#pragma once
namespace base {
class Value;