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

Unified Diff: net/dns/file_path_watcher_wrapper.h

Issue 9969190: [net/dns] Watch configd notifications to detect DnsConfig changes on Mac. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: After review. Created 8 years, 8 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
Index: net/dns/file_path_watcher_wrapper.h
diff --git a/net/dns/file_path_watcher_wrapper.h b/net/dns/file_path_watcher_wrapper.h
index 2a5a776651b61964c87e1ebbf661a62f0ab0333b..b960c453ab897e388131527beaf0758defd72734 100644
--- a/net/dns/file_path_watcher_wrapper.h
+++ b/net/dns/file_path_watcher_wrapper.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 NET_FILE_PATH_WATCHER_CALLBACK_H_
-#define NET_FILE_PATH_WATCHER_WRAPPER_H_
+#ifndef NET_DNS_FILE_PATH_WATCHER_WRAPPER_H_
Mark Mentovai 2012/04/17 19:53:54 Ha, nice catch.
+#define NET_DNS_FILE_PATH_WATCHER_WRAPPER_H_
#pragma once
#include <string>
@@ -62,5 +62,5 @@ class NET_EXPORT FilePathWatcherWrapper
} // namespace net
-#endif // NET_FILE_PATH_WATCHER_CALLBACK_H_
+#endif // NET_DNS_FILE_PATH_WATCHER_WRAPPER_H_

Powered by Google App Engine
This is Rietveld 408576698