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

Side by Side Diff: chrome/browser/bookmarks/bookmark_extension_api_constants.h

Issue 10700155: Remove #pragma once from chrome/browser/{printing,safe_browsing,prefs,bookmarks,autocomplete} (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) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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 to for the Bookmarks API. 5 // Constants used to for the Bookmarks API.
6 6
7 #ifndef CHROME_BROWSER_BOOKMARKS_BOOKMARK_EXTENSION_API_CONSTANTS_H_ 7 #ifndef CHROME_BROWSER_BOOKMARKS_BOOKMARK_EXTENSION_API_CONSTANTS_H_
8 #define CHROME_BROWSER_BOOKMARKS_BOOKMARK_EXTENSION_API_CONSTANTS_H_ 8 #define CHROME_BROWSER_BOOKMARKS_BOOKMARK_EXTENSION_API_CONSTANTS_H_
9 #pragma once
10 9
11 namespace bookmark_extension_api_constants { 10 namespace bookmark_extension_api_constants {
12 11
13 // Keys. 12 // Keys.
14 extern const char kIdKey[]; 13 extern const char kIdKey[];
15 extern const char kIndexKey[]; 14 extern const char kIndexKey[];
16 extern const char kParentIdKey[]; 15 extern const char kParentIdKey[];
17 extern const char kOldIndexKey[]; 16 extern const char kOldIndexKey[];
18 extern const char kOldParentIdKey[]; 17 extern const char kOldParentIdKey[];
19 extern const char kUrlKey[]; 18 extern const char kUrlKey[];
(...skipping 26 matching lines...) Expand all
46 extern const char kOnBookmarkImportBegan[]; 45 extern const char kOnBookmarkImportBegan[];
47 extern const char kOnBookmarkImportEnded[]; 46 extern const char kOnBookmarkImportEnded[];
48 // TODO(arv): Move bookmark manager related constants out of this file. 47 // TODO(arv): Move bookmark manager related constants out of this file.
49 extern const char kOnBookmarkDragEnter[]; 48 extern const char kOnBookmarkDragEnter[];
50 extern const char kOnBookmarkDragLeave[]; 49 extern const char kOnBookmarkDragLeave[];
51 extern const char kOnBookmarkDrop[]; 50 extern const char kOnBookmarkDrop[];
52 51
53 }; // namespace bookmark_extension_api_constants 52 }; // namespace bookmark_extension_api_constants
54 53
55 #endif // CHROME_BROWSER_BOOKMARKS_BOOKMARK_EXTENSION_API_CONSTANTS_H_ 54 #endif // CHROME_BROWSER_BOOKMARKS_BOOKMARK_EXTENSION_API_CONSTANTS_H_
OLDNEW
« no previous file with comments | « chrome/browser/bookmarks/bookmark_extension_api.h ('k') | chrome/browser/bookmarks/bookmark_extension_helpers.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698