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/gpu | |
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/gpu')
-rw-r--r-- | content/gpu/gpu_child_thread.h | 1 | ||||
-rw-r--r-- | content/gpu/gpu_idirect3d9_mock_win.h | 3 | ||||
-rw-r--r-- | content/gpu/gpu_info_collector.h | 1 | ||||
-rw-r--r-- | content/gpu/gpu_process.h | 3 |
4 files changed, 2 insertions, 6 deletions
diff --git a/content/gpu/gpu_child_thread.h b/content/gpu/gpu_child_thread.h index 8a41c8f..d0993e4 100644 --- a/content/gpu/gpu_child_thread.h +++ b/content/gpu/gpu_child_thread.h @@ -4,7 +4,6 @@ #ifndef CONTENT_GPU_GPU_CHILD_THREAD_H_ #define CONTENT_GPU_GPU_CHILD_THREAD_H_ -#pragma once #include <string> diff --git a/content/gpu/gpu_idirect3d9_mock_win.h b/content/gpu/gpu_idirect3d9_mock_win.h index 25752a5..1902bd5 100644 --- a/content/gpu/gpu_idirect3d9_mock_win.h +++ b/content/gpu/gpu_idirect3d9_mock_win.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_GPU_GPU_IDIRECT3D9_MOCK_WIN_H_ #define CONTENT_GPU_GPU_IDIRECT3D9_MOCK_WIN_H_ -#pragma once #include <d3d9.h> #include <windows.h> diff --git a/content/gpu/gpu_info_collector.h b/content/gpu/gpu_info_collector.h index e2f1fa7..10cf2bf 100644 --- a/content/gpu/gpu_info_collector.h +++ b/content/gpu/gpu_info_collector.h @@ -4,7 +4,6 @@ #ifndef CONTENT_GPU_GPU_INFO_COLLECTOR_H_ #define CONTENT_GPU_GPU_INFO_COLLECTOR_H_ -#pragma once #include "base/basictypes.h" #include "build/build_config.h" diff --git a/content/gpu/gpu_process.h b/content/gpu/gpu_process.h index bd05a72..2a7af16 100644 --- a/content/gpu/gpu_process.h +++ b/content/gpu/gpu_process.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_GPU_GPU_PROCESS_H_ #define CONTENT_GPU_GPU_PROCESS_H_ -#pragma once #include "content/common/child_process.h" |