| Index: chrome/common/net/notifier/base/mac/network_status_detector_task_mac.h
|
| ===================================================================
|
| --- chrome/common/net/notifier/base/mac/network_status_detector_task_mac.h (revision 46353)
|
| +++ chrome/common/net/notifier/base/mac/network_status_detector_task_mac.h (working copy)
|
| @@ -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_SYNC_NOTIFIER_BASE_MAC_NETWORK_STATUS_DETECTOR_TASK_MAC_H_
|
| -#define CHROME_BROWSER_SYNC_NOTIFIER_BASE_MAC_NETWORK_STATUS_DETECTOR_TASK_MAC_H_
|
| +#ifndef CHROME_COMMON_NET_NOTIFIER_BASE_MAC_NETWORK_STATUS_DETECTOR_TASK_MAC_H_
|
| +#define CHROME_COMMON_NET_NOTIFIER_BASE_MAC_NETWORK_STATUS_DETECTOR_TASK_MAC_H_
|
|
|
| #include <CoreFoundation/CoreFoundation.h>
|
|
|
| @@ -11,7 +11,7 @@
|
| #include "base/condition_variable.h"
|
| #include "base/lock.h"
|
| #include "base/platform_thread.h"
|
| -#include "chrome/browser/sync/notifier/base/network_status_detector_task.h"
|
| +#include "chrome/common/net/notifier/base/network_status_detector_task.h"
|
| #include "talk/base/messagequeue.h"
|
| #include "testing/gtest/include/gtest/gtest_prod.h"
|
|
|
| @@ -150,5 +150,5 @@
|
|
|
| } // namespace notifier
|
|
|
| -#endif // CHROME_BROWSER_SYNC_NOTIFIER_BASE_MAC_NETWORK_STATUS_DETECTOR_TASK_MAC_H_
|
| +#endif // CHROME_COMMON_NET_NOTIFIER_BASE_MAC_NETWORK_STATUS_DETECTOR_TASK_MAC_H_
|
|
|
|
|