| Index: chrome/common/net/notifier/communicator/xmpp_log.cc
|
| ===================================================================
|
| --- chrome/common/net/notifier/communicator/xmpp_log.cc (revision 46353)
|
| +++ chrome/common/net/notifier/communicator/xmpp_log.cc (working copy)
|
| @@ -4,13 +4,13 @@
|
|
|
| #if LOGGING
|
|
|
| -#include "chrome/browser/sync/notifier/communicator/xmpp_log.h"
|
| +#include "chrome/common/net/notifier/communicator/xmpp_log.h"
|
|
|
| #include <iomanip>
|
| #include <string>
|
| #include <vector>
|
|
|
| -#include "chrome/browser/sync/notifier/base/time.h"
|
| +#include "chrome/common/net/notifier/base/time.h"
|
| #include "talk/base/common.h"
|
| #include "talk/base/logging.h"
|
|
|
|
|