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

Side by Side Diff: chrome/browser/extensions/api/cookies/cookies_api_constants.h

Issue 10698144: Remove #pragma once from chrome/browser/extensions (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
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 // Constants used for the Cookies API. 5 // Constants used for the Cookies API.
6 6
7 #ifndef CHROME_BROWSER_EXTENSIONS_API_COOKIES_COOKIES_API_CONSTANTS_H_ 7 #ifndef CHROME_BROWSER_EXTENSIONS_API_COOKIES_COOKIES_API_CONSTANTS_H_
8 #define CHROME_BROWSER_EXTENSIONS_API_COOKIES_COOKIES_API_CONSTANTS_H_ 8 #define CHROME_BROWSER_EXTENSIONS_API_COOKIES_COOKIES_API_CONSTANTS_H_
9 #pragma once
10 9
11 namespace extensions { 10 namespace extensions {
12 namespace cookies_api_constants { 11 namespace cookies_api_constants {
13 12
14 // Keys. 13 // Keys.
15 extern const char kCauseKey[]; 14 extern const char kCauseKey[];
16 extern const char kCookieKey[]; 15 extern const char kCookieKey[];
17 extern const char kDomainKey[]; 16 extern const char kDomainKey[];
18 extern const char kExpirationDateKey[]; 17 extern const char kExpirationDateKey[];
19 extern const char kHostOnlyKey[]; 18 extern const char kHostOnlyKey[];
(...skipping 23 matching lines...) Expand all
43 extern const char kCookieSetFailedError[]; 42 extern const char kCookieSetFailedError[];
44 extern const char kInvalidStoreIdError[]; 43 extern const char kInvalidStoreIdError[];
45 extern const char kInvalidUrlError[]; 44 extern const char kInvalidUrlError[];
46 extern const char kNoCookieStoreFoundError[]; 45 extern const char kNoCookieStoreFoundError[];
47 extern const char kNoHostPermissionsError[]; 46 extern const char kNoHostPermissionsError[];
48 47
49 } // namespace cookies_api_constants 48 } // namespace cookies_api_constants
50 } // namespace extensions 49 } // namespace extensions
51 50
52 #endif // CHROME_BROWSER_EXTENSIONS_API_COOKIES_COOKIES_API_CONSTANTS_H_ 51 #endif // CHROME_BROWSER_EXTENSIONS_API_COOKIES_COOKIES_API_CONSTANTS_H_
OLDNEW
« no previous file with comments | « chrome/browser/extensions/api/cookies/cookies_api.h ('k') | chrome/browser/extensions/api/cookies/cookies_helpers.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698