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

Unified Diff: components/policy/core/common/configuration_policy_provider_test.cc

Issue 2353103002: Use FileDescriptorWatcher in FilePathWatcherKQueue. (Closed)
Patch Set: fix windows build error Created 4 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 | « components/policy/core/common/configuration_policy_provider_test.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/policy/core/common/configuration_policy_provider_test.cc
diff --git a/components/policy/core/common/configuration_policy_provider_test.cc b/components/policy/core/common/configuration_policy_provider_test.cc
index 9da4efa33f3d53d1fbbf679fd348be69cc8cc519..b8e5356558c959eec624c7b72ded30247e589f27 100644
--- a/components/policy/core/common/configuration_policy_provider_test.cc
+++ b/components/policy/core/common/configuration_policy_provider_test.cc
@@ -133,7 +133,12 @@ const char kKeyDictionary[] = "DictionaryPolicy";
} // namespace test_keys
-PolicyTestBase::PolicyTestBase() {}
+PolicyTestBase::PolicyTestBase()
+#if defined(OS_POSIX)
+ : file_descriptor_watcher_(&loop_)
+#endif
+{
+}
PolicyTestBase::~PolicyTestBase() {}
« no previous file with comments | « components/policy/core/common/configuration_policy_provider_test.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698