diff options
author | ajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-11 07:19:14 +0000 |
---|---|---|
committer | ajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-11 07:19:14 +0000 |
commit | cf21188c75cd525d8cd24515cc137ca61efe9408 (patch) | |
tree | f962e3b4497255218e031bb415a05f7030a2ea2a /crypto/nss_util_internal.h | |
parent | 4ac92c53393b3800c67be15c7108d0f82c14b2a7 (diff) | |
download | chromium_src-cf21188c75cd525d8cd24515cc137ca61efe9408.zip chromium_src-cf21188c75cd525d8cd24515cc137ca61efe9408.tar.gz chromium_src-cf21188c75cd525d8cd24515cc137ca61efe9408.tar.bz2 |
Remove #pragma once from crypto
Review URL: https://chromiumcodereview.appspot.com/10695140
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146077 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'crypto/nss_util_internal.h')
-rw-r--r-- | crypto/nss_util_internal.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/crypto/nss_util_internal.h b/crypto/nss_util_internal.h index ebb1844..056ec28 100644 --- a/crypto/nss_util_internal.h +++ b/crypto/nss_util_internal.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 CRYPTO_NSS_UTIL_INTERNAL_H_ #define CRYPTO_NSS_UTIL_INTERNAL_H_ -#pragma once #include <secmodt.h> |