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

Side by Side Diff: chrome/browser/policy/policy_loader_win.h

Issue 10698145: Remove #pragma once from chrome/browser/policy (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 | « chrome/browser/policy/policy_loader_mac.h ('k') | chrome/browser/policy/policy_map.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 CHROME_BROWSER_POLICY_POLICY_LOADER_WIN_H_ 5 #ifndef CHROME_BROWSER_POLICY_POLICY_LOADER_WIN_H_
6 #define CHROME_BROWSER_POLICY_POLICY_LOADER_WIN_H_ 6 #define CHROME_BROWSER_POLICY_POLICY_LOADER_WIN_H_
7 #pragma once
8 7
9 #include "base/synchronization/waitable_event.h" 8 #include "base/synchronization/waitable_event.h"
10 #include "base/win/object_watcher.h" 9 #include "base/win/object_watcher.h"
11 #include "chrome/browser/policy/async_policy_loader.h" 10 #include "chrome/browser/policy/async_policy_loader.h"
12 11
13 namespace policy { 12 namespace policy {
14 13
15 struct PolicyDefinitionList; 14 struct PolicyDefinitionList;
16 class PolicyMap; 15 class PolicyMap;
17 16
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 // Key in a JSON schema that indicates the default schema for object 71 // Key in a JSON schema that indicates the default schema for object
73 // properties. 72 // properties.
74 extern const char kAdditionalProperties[]; 73 extern const char kAdditionalProperties[];
75 // Key in a JSON schema that indicates the expected type of list items. 74 // Key in a JSON schema that indicates the expected type of list items.
76 extern const char kItems[]; 75 extern const char kItems[];
77 } // namespace registry_constants 76 } // namespace registry_constants
78 77
79 } // namespace policy 78 } // namespace policy
80 79
81 #endif // CHROME_BROWSER_POLICY_POLICY_LOADER_WIN_H_ 80 #endif // CHROME_BROWSER_POLICY_POLICY_LOADER_WIN_H_
OLDNEW
« no previous file with comments | « chrome/browser/policy/policy_loader_mac.h ('k') | chrome/browser/policy/policy_map.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698