summaryrefslogtreecommitdiffstats
path: root/base/test
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/test
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/test')
-rw-r--r--base/test/mock_chrome_application_mac.h1
-rw-r--r--base/test/mock_time_provider.h1
-rw-r--r--base/test/multiprocess_test.h1
-rw-r--r--base/test/perf_test_suite.h1
-rw-r--r--base/test/scoped_locale.h1
-rw-r--r--base/test/sequenced_task_runner_test_template.h1
-rw-r--r--base/test/task_runner_test_template.h1
-rw-r--r--base/test/test_file_util.h1
-rw-r--r--base/test/test_reg_util_win.h1
-rw-r--r--base/test/test_suite.h1
-rw-r--r--base/test/thread_test_helper.h1
-rw-r--r--base/test/trace_event_analyzer.h1
-rw-r--r--base/test/values_test_util.h1
13 files changed, 0 insertions, 13 deletions
diff --git a/base/test/mock_chrome_application_mac.h b/base/test/mock_chrome_application_mac.h
index 325c637..5cd1d19 100644
--- a/base/test/mock_chrome_application_mac.h
+++ b/base/test/mock_chrome_application_mac.h
@@ -4,7 +4,6 @@
#ifndef BASE_TEST_MOCK_CHROME_APPLICATION_MAC_H_
#define BASE_TEST_MOCK_CHROME_APPLICATION_MAC_H_
-#pragma once
#if defined(__OBJC__)
diff --git a/base/test/mock_time_provider.h b/base/test/mock_time_provider.h
index 48ddb41..81240f7 100644
--- a/base/test/mock_time_provider.h
+++ b/base/test/mock_time_provider.h
@@ -41,7 +41,6 @@
#ifndef BASE_TEST_MOCK_TIME_PROVIDER_H_
#define BASE_TEST_MOCK_TIME_PROVIDER_H_
-#pragma once
#include "base/time.h"
#include "testing/gmock/include/gmock/gmock.h"
diff --git a/base/test/multiprocess_test.h b/base/test/multiprocess_test.h
index 88f6b2a..7c3af33 100644
--- a/base/test/multiprocess_test.h
+++ b/base/test/multiprocess_test.h
@@ -4,7 +4,6 @@
#ifndef BASE_TEST_MULTIPROCESS_TEST_H_
#define BASE_TEST_MULTIPROCESS_TEST_H_
-#pragma once
#include <string>
diff --git a/base/test/perf_test_suite.h b/base/test/perf_test_suite.h
index 3387892..85bfc41 100644
--- a/base/test/perf_test_suite.h
+++ b/base/test/perf_test_suite.h
@@ -4,7 +4,6 @@
#ifndef BASE_TEST_PERF_TEST_SUITE_H_
#define BASE_TEST_PERF_TEST_SUITE_H_
-#pragma once
#include "base/test/test_suite.h"
diff --git a/base/test/scoped_locale.h b/base/test/scoped_locale.h
index 1fd1e18..a9f9348 100644
--- a/base/test/scoped_locale.h
+++ b/base/test/scoped_locale.h
@@ -4,7 +4,6 @@
#ifndef BASE_TEST_SCOPED_LOCALE_H_
#define BASE_TEST_SCOPED_LOCALE_H_
-#pragma once
#include <string>
diff --git a/base/test/sequenced_task_runner_test_template.h b/base/test/sequenced_task_runner_test_template.h
index ff337ff..eb5aa08 100644
--- a/base/test/sequenced_task_runner_test_template.h
+++ b/base/test/sequenced_task_runner_test_template.h
@@ -8,7 +8,6 @@
#ifndef BASE_SEQUENCED_TASK_RUNNER_TEST_TEMPLATE_H_
#define BASE_SEQUENCED_TASK_RUNNER_TEST_TEMPLATE_H_
-#pragma once
#include <cstddef>
#include <iosfwd>
diff --git a/base/test/task_runner_test_template.h b/base/test/task_runner_test_template.h
index 0fb7a5a..437a7d9 100644
--- a/base/test/task_runner_test_template.h
+++ b/base/test/task_runner_test_template.h
@@ -50,7 +50,6 @@
#ifndef BASE_TEST_TASK_RUNNER_TEST_TEMPLATE_H_
#define BASE_TEST_TASK_RUNNER_TEST_TEMPLATE_H_
-#pragma once
#include <cstddef>
#include <map>
diff --git a/base/test/test_file_util.h b/base/test/test_file_util.h
index 99ec478f..165af70 100644
--- a/base/test/test_file_util.h
+++ b/base/test/test_file_util.h
@@ -4,7 +4,6 @@
#ifndef BASE_TEST_TEST_FILE_UTIL_H_
#define BASE_TEST_TEST_FILE_UTIL_H_
-#pragma once
// File utility functions used only by tests.
diff --git a/base/test/test_reg_util_win.h b/base/test/test_reg_util_win.h
index 82c1a53..b71831f 100644
--- a/base/test/test_reg_util_win.h
+++ b/base/test/test_reg_util_win.h
@@ -4,7 +4,6 @@
#ifndef BASE_TEST_TEST_REG_UTIL_H_
#define BASE_TEST_TEST_REG_UTIL_H_
-#pragma once
// Registry utility functions used only by tests.
diff --git a/base/test/test_suite.h b/base/test/test_suite.h
index 09bf0f9..ff3e0de 100644
--- a/base/test/test_suite.h
+++ b/base/test/test_suite.h
@@ -4,7 +4,6 @@
#ifndef BASE_TEST_TEST_SUITE_H_
#define BASE_TEST_TEST_SUITE_H_
-#pragma once
// Defines a basic test suite framework for running gtest based tests. You can
// instantiate this class in your main function and call its Run method to run
diff --git a/base/test/thread_test_helper.h b/base/test/thread_test_helper.h
index e6b32bc..961982c 100644
--- a/base/test/thread_test_helper.h
+++ b/base/test/thread_test_helper.h
@@ -4,7 +4,6 @@
#ifndef BASE_TEST_THREAD_TEST_HELPER_H_
#define BASE_TEST_THREAD_TEST_HELPER_H_
-#pragma once
#include "base/compiler_specific.h"
#include "base/memory/ref_counted.h"
diff --git a/base/test/trace_event_analyzer.h b/base/test/trace_event_analyzer.h
index deda22d..14b9082 100644
--- a/base/test/trace_event_analyzer.h
+++ b/base/test/trace_event_analyzer.h
@@ -75,7 +75,6 @@
#ifndef BASE_TEST_TRACE_EVENT_ANALYZER_H_
#define BASE_TEST_TRACE_EVENT_ANALYZER_H_
-#pragma once
#include <map>
diff --git a/base/test/values_test_util.h b/base/test/values_test_util.h
index 80cfa0c..f2b5abd 100644
--- a/base/test/values_test_util.h
+++ b/base/test/values_test_util.h
@@ -4,7 +4,6 @@
#ifndef BASE_TEST_VALUES_TEST_UTIL_H_
#define BASE_TEST_VALUES_TEST_UTIL_H_
-#pragma once
#include <string>