Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(65)

Side by Side Diff: crypto/mock_keychain_mac.h

Issue 10695140: Remove #pragma once from crypto (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « crypto/mac_security_services_lock.h ('k') | crypto/nss_util.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CRYPTO_MOCK_KEYCHAIN_MAC_H_ 5 #ifndef CRYPTO_MOCK_KEYCHAIN_MAC_H_
6 #define CRYPTO_MOCK_KEYCHAIN_MAC_H_ 6 #define CRYPTO_MOCK_KEYCHAIN_MAC_H_
7 #pragma once
8 7
9 #include <map> 8 #include <map>
10 #include <set> 9 #include <set>
11 #include <string> 10 #include <string>
12 #include <vector> 11 #include <vector>
13 12
14 #include "base/compiler_specific.h" 13 #include "base/compiler_specific.h"
15 #include "crypto/keychain_mac.h" 14 #include "crypto/keychain_mac.h"
16 15
17 namespace crypto { 16 namespace crypto {
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
217 // and |ItemFreeContent|. 216 // and |ItemFreeContent|.
218 mutable unsigned int password_data_count_; 217 mutable unsigned int password_data_count_;
219 218
220 // Records the password being set when |AddGenericPassword()| gets called. 219 // Records the password being set when |AddGenericPassword()| gets called.
221 mutable std::string add_generic_password_; 220 mutable std::string add_generic_password_;
222 }; 221 };
223 222
224 } // namespace crypto 223 } // namespace crypto
225 224
226 #endif // CRYPTO_MOCK_KEYCHAIN_MAC_H_ 225 #endif // CRYPTO_MOCK_KEYCHAIN_MAC_H_
OLDNEW
« no previous file with comments | « crypto/mac_security_services_lock.h ('k') | crypto/nss_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698