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

Unified Diff: components/policy/core/common/policy_statistics_collector.h

Issue 109743002: Move policy code into components/policy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: moar fixes Created 7 years 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 side-by-side diff with in-line comments
Download patch
Index: components/policy/core/common/policy_statistics_collector.h
diff --git a/chrome/browser/policy/policy_statistics_collector.h b/components/policy/core/common/policy_statistics_collector.h
similarity index 85%
rename from chrome/browser/policy/policy_statistics_collector.h
rename to components/policy/core/common/policy_statistics_collector.h
index e0444ccfe01325e45647e8ba72d66f1b7de4b36d..f062ea3eb3a52064f78151f43de7fb21b7960f44 100644
--- a/chrome/browser/policy/policy_statistics_collector.h
+++ b/components/policy/core/common/policy_statistics_collector.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_POLICY_POLICY_STATISTICS_COLLECTOR_H_
-#define CHROME_BROWSER_POLICY_POLICY_STATISTICS_COLLECTOR_H_
+#ifndef COMPONENTS_POLICY_CORE_COMMON_POLICY_STATISTICS_COLLECTOR_H_
+#define COMPONENTS_POLICY_CORE_COMMON_POLICY_STATISTICS_COLLECTOR_H_
#include "base/basictypes.h"
#include "base/cancelable_callback.h"
@@ -11,6 +11,7 @@
#include "base/time/time.h"
#include "components/policy/core/common/policy_details.h"
#include "components/policy/core/common/schema.h"
+#include "components/policy/policy_export.h"
class PrefService;
class PrefRegistrySimple;
@@ -24,7 +25,7 @@ namespace policy {
class PolicyService;
// Manages regular updates of policy usage UMA histograms.
-class PolicyStatisticsCollector {
+class POLICY_EXPORT PolicyStatisticsCollector {
public:
// Policy usage statistics update rate, in milliseconds.
static const int kStatisticsUpdateRate;
@@ -65,4 +66,4 @@ class PolicyStatisticsCollector {
} // namespace policy
-#endif // CHROME_BROWSER_POLICY_POLICY_STATISTICS_COLLECTOR_H_
+#endif // COMPONENTS_POLICY_CORE_COMMON_POLICY_STATISTICS_COLLECTOR_H_
« no previous file with comments | « components/policy/core/common/policy_service_stub.cc ('k') | components/policy/core/common/policy_statistics_collector.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698