summaryrefslogtreecommitdiffstats
path: root/webkit/appcache
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 /webkit/appcache
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 'webkit/appcache')
-rw-r--r--webkit/appcache/appcache_export.h1
-rw-r--r--webkit/appcache/appcache_histograms.h1
-rw-r--r--webkit/appcache/appcache_test_helper.h1
3 files changed, 0 insertions, 3 deletions
diff --git a/webkit/appcache/appcache_export.h b/webkit/appcache/appcache_export.h
index aab6054..f6892f2 100644
--- a/webkit/appcache/appcache_export.h
+++ b/webkit/appcache/appcache_export.h
@@ -4,7 +4,6 @@
#ifndef WEBKIT_APPCACHE_APPCACHE_EXPORT_H_
#define WEBKIT_APPCACHE_APPCACHE_EXPORT_H_
-#pragma once
#if defined(COMPONENT_BUILD)
#if defined(WIN32)
diff --git a/webkit/appcache/appcache_histograms.h b/webkit/appcache/appcache_histograms.h
index e9371c3..3181b9a 100644
--- a/webkit/appcache/appcache_histograms.h
+++ b/webkit/appcache/appcache_histograms.h
@@ -4,7 +4,6 @@
#ifndef WEBKIT_APPCACHE_APPCACHE_HISTOGRAMS_H_
#define WEBKIT_APPCACHE_APPCACHE_HISTOGRAMS_H_
-#pragma once
#include "base/basictypes.h"
diff --git a/webkit/appcache/appcache_test_helper.h b/webkit/appcache/appcache_test_helper.h
index 0be9695..e2c7884 100644
--- a/webkit/appcache/appcache_test_helper.h
+++ b/webkit/appcache/appcache_test_helper.h
@@ -4,7 +4,6 @@
#ifndef WEBKIT_APPCACHE_APPCACHE_TEST_HELPER_H_
#define WEBKIT_APPCACHE_APPCACHE_TEST_HELPER_H_
-#pragma once
#include <set>