summaryrefslogtreecommitdiffstats
path: root/base/debug
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/debug
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/debug')
-rw-r--r--base/debug/alias.h1
-rw-r--r--base/debug/debug_on_start_win.h1
-rw-r--r--base/debug/debugger.h1
-rw-r--r--base/debug/leak_annotations.h1
-rw-r--r--base/debug/leak_tracker.h1
-rw-r--r--base/debug/profiler.h1
-rw-r--r--base/debug/stack_trace.h1
-rw-r--r--base/debug/trace_event.h1
-rw-r--r--base/debug/trace_event_impl.h1
-rw-r--r--base/debug/trace_event_win.h1
10 files changed, 0 insertions, 10 deletions
diff --git a/base/debug/alias.h b/base/debug/alias.h
index 4946e558..3b2ab64 100644
--- a/base/debug/alias.h
+++ b/base/debug/alias.h
@@ -4,7 +4,6 @@
#ifndef BASE_DEBUG_ALIAS_H_
#define BASE_DEBUG_ALIAS_H_
-#pragma once
#include "base/base_export.h"
diff --git a/base/debug/debug_on_start_win.h b/base/debug/debug_on_start_win.h
index 86d4721..edcaa0a 100644
--- a/base/debug/debug_on_start_win.h
+++ b/base/debug/debug_on_start_win.h
@@ -8,7 +8,6 @@
#ifndef BASE_DEBUG_DEBUG_ON_START_WIN_H_
#define BASE_DEBUG_DEBUG_ON_START_WIN_H_
-#pragma once
#include "base/basictypes.h"
#include "build/build_config.h"
diff --git a/base/debug/debugger.h b/base/debug/debugger.h
index 489007b..4f368d9 100644
--- a/base/debug/debugger.h
+++ b/base/debug/debugger.h
@@ -8,7 +8,6 @@
#ifndef BASE_DEBUG_DEBUGGER_H
#define BASE_DEBUG_DEBUGGER_H
-#pragma once
#include "base/base_export.h"
diff --git a/base/debug/leak_annotations.h b/base/debug/leak_annotations.h
index 5ebf9d8..7da0920 100644
--- a/base/debug/leak_annotations.h
+++ b/base/debug/leak_annotations.h
@@ -4,7 +4,6 @@
#ifndef BASE_DEBUG_LEAK_ANNOTATIONS_H_
#define BASE_DEBUG_LEAK_ANNOTATIONS_H_
-#pragma once
#include "build/build_config.h"
diff --git a/base/debug/leak_tracker.h b/base/debug/leak_tracker.h
index ec9f5d6..22ded0d 100644
--- a/base/debug/leak_tracker.h
+++ b/base/debug/leak_tracker.h
@@ -4,7 +4,6 @@
#ifndef BASE_DEBUG_LEAK_TRACKER_H_
#define BASE_DEBUG_LEAK_TRACKER_H_
-#pragma once
// Only enable leak tracking in debug builds.
#ifndef NDEBUG
diff --git a/base/debug/profiler.h b/base/debug/profiler.h
index d880324..d703876 100644
--- a/base/debug/profiler.h
+++ b/base/debug/profiler.h
@@ -4,7 +4,6 @@
#ifndef BASE_DEBUG_PROFILER_H
#define BASE_DEBUG_PROFILER_H
-#pragma once
#include <string>
diff --git a/base/debug/stack_trace.h b/base/debug/stack_trace.h
index 65421b23..99bb452 100644
--- a/base/debug/stack_trace.h
+++ b/base/debug/stack_trace.h
@@ -4,7 +4,6 @@
#ifndef BASE_DEBUG_STACK_TRACE_H_
#define BASE_DEBUG_STACK_TRACE_H_
-#pragma once
#include <iosfwd>
#include <string>
diff --git a/base/debug/trace_event.h b/base/debug/trace_event.h
index d6ccae7..a82b4a8 100644
--- a/base/debug/trace_event.h
+++ b/base/debug/trace_event.h
@@ -150,7 +150,6 @@
#ifndef BASE_DEBUG_TRACE_EVENT_H_
#define BASE_DEBUG_TRACE_EVENT_H_
-#pragma once
#include <string>
diff --git a/base/debug/trace_event_impl.h b/base/debug/trace_event_impl.h
index 04aea18..ca711db 100644
--- a/base/debug/trace_event_impl.h
+++ b/base/debug/trace_event_impl.h
@@ -5,7 +5,6 @@
#ifndef BASE_DEBUG_TRACE_EVENT_IMPL_H_
#define BASE_DEBUG_TRACE_EVENT_IMPL_H_
-#pragma once
#include "build/build_config.h"
diff --git a/base/debug/trace_event_win.h b/base/debug/trace_event_win.h
index 3da95ea..2a900bb 100644
--- a/base/debug/trace_event_win.h
+++ b/base/debug/trace_event_win.h
@@ -5,7 +5,6 @@
// This file contains the Windows-specific declarations for trace_event.h.
#ifndef BASE_DEBUG_TRACE_EVENT_WIN_H_
#define BASE_DEBUG_TRACE_EVENT_WIN_H_
-#pragma once
#include <string>