| Index: chrome/common/net/notifier/base/win/async_network_alive_win32.cc
|
| ===================================================================
|
| --- chrome/common/net/notifier/base/win/async_network_alive_win32.cc (revision 46353)
|
| +++ chrome/common/net/notifier/base/win/async_network_alive_win32.cc (working copy)
|
| @@ -2,12 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/browser/sync/notifier/base/async_network_alive.h"
|
| +#include "chrome/common/net/notifier/base/async_network_alive.h"
|
|
|
| #include <winsock2.h>
|
|
|
| #include "base/scoped_handle_win.h"
|
| -#include "chrome/browser/sync/notifier/base/utils.h"
|
| +#include "chrome/common/net/notifier/base/utils.h"
|
| #include "talk/base/common.h"
|
| #include "talk/base/criticalsection.h"
|
| #include "talk/base/logging.h"
|
|
|