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

Side by Side Diff: chrome/browser/policy/policy_notifier.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_map.h ('k') | chrome/browser/policy/policy_path_parser.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) 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 #ifndef CHROME_BROWSER_POLICY_POLICY_NOTIFIER_H_ 5 #ifndef CHROME_BROWSER_POLICY_POLICY_NOTIFIER_H_
6 #define CHROME_BROWSER_POLICY_POLICY_NOTIFIER_H_ 6 #define CHROME_BROWSER_POLICY_POLICY_NOTIFIER_H_
7 #pragma once
8 7
9 #include "base/observer_list.h" 8 #include "base/observer_list.h"
10 #include "chrome/browser/policy/cloud_policy_subsystem.h" 9 #include "chrome/browser/policy/cloud_policy_subsystem.h"
11 10
12 namespace policy { 11 namespace policy {
13 12
14 // Keeps track of the state of the policy subsystem components as far as it's 13 // Keeps track of the state of the policy subsystem components as far as it's
15 // relevant to the outside world. Is informed by components about status 14 // relevant to the outside world. Is informed by components about status
16 // changes (failures and successes), determines the overall state and 15 // changes (failures and successes), determines the overall state and
17 // communicates it. 16 // communicates it.
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 ErrorDetails component_error_details_[NUM_SOURCES]; 59 ErrorDetails component_error_details_[NUM_SOURCES];
61 60
62 ObserverList<CloudPolicySubsystem::Observer, true> observer_list_; 61 ObserverList<CloudPolicySubsystem::Observer, true> observer_list_;
63 62
64 DISALLOW_COPY_AND_ASSIGN(PolicyNotifier); 63 DISALLOW_COPY_AND_ASSIGN(PolicyNotifier);
65 }; 64 };
66 65
67 } // namespace policy 66 } // namespace policy
68 67
69 #endif // CHROME_BROWSER_POLICY_POLICY_NOTIFIER_H_ 68 #endif // CHROME_BROWSER_POLICY_POLICY_NOTIFIER_H_
OLDNEW
« no previous file with comments | « chrome/browser/policy/policy_map.h ('k') | chrome/browser/policy/policy_path_parser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698