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

Unified Diff: chrome/browser/policy/test_task_runner.cc

Issue 10916235: Record policy usage statistics every 24 hours. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fixed compilation Created 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/policy/test_task_runner.h ('k') | chrome/browser/prefs/browser_prefs.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/policy/test_task_runner.cc
diff --git a/chrome/browser/policy/mock_cloud_policy_store.cc b/chrome/browser/policy/test_task_runner.cc
similarity index 58%
copy from chrome/browser/policy/mock_cloud_policy_store.cc
copy to chrome/browser/policy/test_task_runner.cc
index a9449d73f57dd020e2320d88b3d1f9fc42f42d37..85727e7ebacb7bc9e733149093f26f971612b660 100644
--- a/chrome/browser/policy/mock_cloud_policy_store.cc
+++ b/chrome/browser/policy/test_task_runner.cc
@@ -2,12 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/policy/mock_cloud_policy_store.h"
+#include "chrome/browser/policy/test_task_runner.h"
namespace policy {
-MockCloudPolicyStore::MockCloudPolicyStore() {}
+TestTaskRunner::TestTaskRunner() {
+}
-MockCloudPolicyStore::~MockCloudPolicyStore() {}
+TestTaskRunner::~TestTaskRunner() {
+}
} // namespace policy
« no previous file with comments | « chrome/browser/policy/test_task_runner.h ('k') | chrome/browser/prefs/browser_prefs.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698