diff options
author | ajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-11 07:04:07 +0000 |
---|---|---|
committer | ajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-11 07:04:07 +0000 |
commit | f78671752ae4546052e3973a8ea51d3ee0cdd1d8 (patch) | |
tree | a491e42f9d84d33669709fbe93261edb1924c1a1 /content/plugin | |
parent | 616b4c4e74f13762b15d0ff1917c2001c3f9a800 (diff) | |
download | chromium_src-f78671752ae4546052e3973a8ea51d3ee0cdd1d8.zip chromium_src-f78671752ae4546052e3973a8ea51d3ee0cdd1d8.tar.gz chromium_src-f78671752ae4546052e3973a8ea51d3ee0cdd1d8.tar.bz2 |
Remove #pragma once from content
Review URL: https://chromiumcodereview.appspot.com/10696166
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146071 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/plugin')
-rw-r--r-- | content/plugin/plugin_channel.h | 1 | ||||
-rw-r--r-- | content/plugin/plugin_interpose_util_mac.h | 3 | ||||
-rw-r--r-- | content/plugin/plugin_thread.h | 3 | ||||
-rw-r--r-- | content/plugin/webplugin_accelerated_surface_proxy_mac.h | 1 | ||||
-rw-r--r-- | content/plugin/webplugin_delegate_stub.h | 1 | ||||
-rw-r--r-- | content/plugin/webplugin_proxy.h | 1 |
6 files changed, 2 insertions, 8 deletions
diff --git a/content/plugin/plugin_channel.h b/content/plugin/plugin_channel.h index 7974018..1e43ba0 100644 --- a/content/plugin/plugin_channel.h +++ b/content/plugin/plugin_channel.h @@ -4,7 +4,6 @@ #ifndef CONTENT_PLUGIN_PLUGIN_CHANNEL_H_ #define CONTENT_PLUGIN_PLUGIN_CHANNEL_H_ -#pragma once #include <vector> #include "base/memory/ref_counted.h" diff --git a/content/plugin/plugin_interpose_util_mac.h b/content/plugin/plugin_interpose_util_mac.h index 2a715ba..b98ed5c 100644 --- a/content/plugin/plugin_interpose_util_mac.h +++ b/content/plugin/plugin_interpose_util_mac.h @@ -1,10 +1,9 @@ -// Copyright (c) 2009 The Chromium Authors. All rights reserved. +// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CONTENT_PLUGIN_PLUGIN_INTERPOSE_UTIL_MAC_H_ #define CONTENT_PLUGIN_PLUGIN_INTERPOSE_UTIL_MAC_H_ -#pragma once #include <Carbon/Carbon.h> diff --git a/content/plugin/plugin_thread.h b/content/plugin/plugin_thread.h index 0143acf..95903a3 100644 --- a/content/plugin/plugin_thread.h +++ b/content/plugin/plugin_thread.h @@ -1,10 +1,9 @@ -// Copyright (c) 2011 The Chromium Authors. All rights reserved. +// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CONTENT_PLUGIN_PLUGIN_THREAD_H_ #define CONTENT_PLUGIN_PLUGIN_THREAD_H_ -#pragma once #include "base/file_path.h" #include "base/native_library.h" diff --git a/content/plugin/webplugin_accelerated_surface_proxy_mac.h b/content/plugin/webplugin_accelerated_surface_proxy_mac.h index c23082d..5d756da 100644 --- a/content/plugin/webplugin_accelerated_surface_proxy_mac.h +++ b/content/plugin/webplugin_accelerated_surface_proxy_mac.h @@ -4,7 +4,6 @@ #ifndef CONTENT_PLUGIN_WEBPLUGIN_ACCELERATED_SURFACE_PROXY_H_ #define CONTENT_PLUGIN_WEBPLUGIN_ACCELERATED_SURFACE_PROXY_H_ -#pragma once #include "base/compiler_specific.h" #include "ui/gl/gpu_preference.h" diff --git a/content/plugin/webplugin_delegate_stub.h b/content/plugin/webplugin_delegate_stub.h index 5196523..889b88b 100644 --- a/content/plugin/webplugin_delegate_stub.h +++ b/content/plugin/webplugin_delegate_stub.h @@ -4,7 +4,6 @@ #ifndef CONTENT_PLUGIN_WEBPLUGIN_DELEGATE_STUB_H_ #define CONTENT_PLUGIN_WEBPLUGIN_DELEGATE_STUB_H_ -#pragma once #include <string> #include <vector> diff --git a/content/plugin/webplugin_proxy.h b/content/plugin/webplugin_proxy.h index a4915f9..88375d0 100644 --- a/content/plugin/webplugin_proxy.h +++ b/content/plugin/webplugin_proxy.h @@ -4,7 +4,6 @@ #ifndef CONTENT_PLUGIN_WEBPLUGIN_PROXY_H_ #define CONTENT_PLUGIN_WEBPLUGIN_PROXY_H_ -#pragma once #include <string> |