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

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

Issue 7941008: Cosmetic cleanups in chrome/browser/policy/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Upload was broken? Created 9 years, 3 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 #ifndef CHROME_BROWSER_POLICY_CONFIGURATION_POLICY_PREF_STORE_H_ 5 #ifndef CHROME_BROWSER_POLICY_CONFIGURATION_POLICY_PREF_STORE_H_
6 #define CHROME_BROWSER_POLICY_CONFIGURATION_POLICY_PREF_STORE_H_ 6 #define CHROME_BROWSER_POLICY_CONFIGURATION_POLICY_PREF_STORE_H_
7 #pragma once 7 #pragma once
8 8
9 #include <set>
10 #include <string>
11
12 #include "base/basictypes.h" 9 #include "base/basictypes.h"
13 #include "base/memory/scoped_ptr.h" 10 #include "base/memory/scoped_ptr.h"
14 #include "base/observer_list.h" 11 #include "base/observer_list.h"
15 #include "base/values.h" 12 #include "base/values.h"
16 #include "chrome/browser/policy/configuration_policy_provider.h" 13 #include "chrome/browser/policy/configuration_policy_provider.h"
17 #include "chrome/common/pref_store.h" 14 #include "chrome/common/pref_store.h"
18 15
19 namespace policy { 16 namespace policy {
20 17
21 class ConfigurationPolicyPrefKeeper; 18 class ConfigurationPolicyPrefKeeper;
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 ObserverList<PrefStore::Observer, true> observers_; 99 ObserverList<PrefStore::Observer, true> observers_;
103 100
104 ConfigurationPolicyObserverRegistrar registrar_; 101 ConfigurationPolicyObserverRegistrar registrar_;
105 102
106 DISALLOW_COPY_AND_ASSIGN(ConfigurationPolicyPrefStore); 103 DISALLOW_COPY_AND_ASSIGN(ConfigurationPolicyPrefStore);
107 }; 104 };
108 105
109 } // namespace policy 106 } // namespace policy
110 107
111 #endif // CHROME_BROWSER_POLICY_CONFIGURATION_POLICY_PREF_STORE_H_ 108 #endif // CHROME_BROWSER_POLICY_CONFIGURATION_POLICY_PREF_STORE_H_
OLDNEW
« no previous file with comments | « chrome/browser/policy/config_dir_policy_provider_unittest.cc ('k') | chrome/browser/policy/configuration_policy_pref_store.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698