Chromium Code Reviews| 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_ |