summaryrefslogtreecommitdiffstats
path: root/base/json
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/json
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/json')
-rw-r--r--base/json/json_file_value_serializer.h1
-rw-r--r--base/json/json_parser.h1
-rw-r--r--base/json/json_reader.h1
-rw-r--r--base/json/json_string_value_serializer.h1
-rw-r--r--base/json/json_value_converter.h1
-rw-r--r--base/json/json_writer.h1
-rw-r--r--base/json/string_escape.h1
7 files changed, 0 insertions, 7 deletions
diff --git a/base/json/json_file_value_serializer.h b/base/json/json_file_value_serializer.h
index f92e776..633db5d 100644
--- a/base/json/json_file_value_serializer.h
+++ b/base/json/json_file_value_serializer.h
@@ -4,7 +4,6 @@
#ifndef BASE_JSON_JSON_FILE_VALUE_SERIALIZER_H_
#define BASE_JSON_JSON_FILE_VALUE_SERIALIZER_H_
-#pragma once
#include <string>
diff --git a/base/json/json_parser.h b/base/json/json_parser.h
index 56e49a2..ae927a3 100644
--- a/base/json/json_parser.h
+++ b/base/json/json_parser.h
@@ -4,7 +4,6 @@
#ifndef BASE_JSON_JSON_PARSER_H_
#define BASE_JSON_JSON_PARSER_H_
-#pragma once
#include <string>
diff --git a/base/json/json_reader.h b/base/json/json_reader.h
index a11102f..86b2612 100644
--- a/base/json/json_reader.h
+++ b/base/json/json_reader.h
@@ -27,7 +27,6 @@
#ifndef BASE_JSON_JSON_READER_H_
#define BASE_JSON_JSON_READER_H_
-#pragma once
#include <string>
diff --git a/base/json/json_string_value_serializer.h b/base/json/json_string_value_serializer.h
index f867e3e..8c94dfb 100644
--- a/base/json/json_string_value_serializer.h
+++ b/base/json/json_string_value_serializer.h
@@ -4,7 +4,6 @@
#ifndef BASE_JSON_JSON_STRING_VALUE_SERIALIZER_H_
#define BASE_JSON_JSON_STRING_VALUE_SERIALIZER_H_
-#pragma once
#include <string>
diff --git a/base/json/json_value_converter.h b/base/json/json_value_converter.h
index ff4271d..2d605e4 100644
--- a/base/json/json_value_converter.h
+++ b/base/json/json_value_converter.h
@@ -4,7 +4,6 @@
#ifndef BASE_JSON_JSON_VALUE_CONVERTER_H_
#define BASE_JSON_JSON_VALUE_CONVERTER_H_
-#pragma once
#include <string>
#include <vector>
diff --git a/base/json/json_writer.h b/base/json/json_writer.h
index d27fd6b..94052c8 100644
--- a/base/json/json_writer.h
+++ b/base/json/json_writer.h
@@ -4,7 +4,6 @@
#ifndef BASE_JSON_JSON_WRITER_H_
#define BASE_JSON_JSON_WRITER_H_
-#pragma once
#include <string>
diff --git a/base/json/string_escape.h b/base/json/string_escape.h
index 1c79ab5..088db62 100644
--- a/base/json/string_escape.h
+++ b/base/json/string_escape.h
@@ -6,7 +6,6 @@
#ifndef BASE_JSON_STRING_ESCAPE_H_
#define BASE_JSON_STRING_ESCAPE_H_
-#pragma once
#include <string>