summaryrefslogtreecommitdiffstats
path: root/webkit/support
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/support
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/support')
-rw-r--r--webkit/support/gc_extension.h1
-rw-r--r--webkit/support/test_stream_texture_factory_android.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/webkit/support/gc_extension.h b/webkit/support/gc_extension.h
index ef3f2bd..85aaa19 100644
--- a/webkit/support/gc_extension.h
+++ b/webkit/support/gc_extension.h
@@ -4,7 +4,6 @@
#ifndef WEBKIT_SUPPORT_GC_EXTENSION_H_
#define WEBKIT_SUPPORT_GC_EXTENSION_H_
-#pragma once
namespace v8 {
class Extension;
diff --git a/webkit/support/test_stream_texture_factory_android.h b/webkit/support/test_stream_texture_factory_android.h
index 6ae77fa..53a0576 100644
--- a/webkit/support/test_stream_texture_factory_android.h
+++ b/webkit/support/test_stream_texture_factory_android.h
@@ -4,7 +4,6 @@
#ifndef WEBKIT_SUPPORT_TEST_STREAM_TEXTURE_FACTORY_ANDROID_H_
#define WEBKIT_SUPPORT_TEST_STREAM_TEXTURE_FACTORY_ANDROID_H_
-#pragma once
#include "base/basictypes.h"
#include "base/compiler_specific.h"