| Index: chrome/common/net/notifier/listener/send_update_task.cc
|
| ===================================================================
|
| --- chrome/common/net/notifier/listener/send_update_task.cc (revision 46353)
|
| +++ chrome/common/net/notifier/listener/send_update_task.cc (working copy)
|
| @@ -2,14 +2,14 @@
|
| // 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/listener/send_update_task.h"
|
| +#include "chrome/common/net/notifier/listener/send_update_task.h"
|
|
|
| #include <string>
|
|
|
| #include "base/logging.h"
|
| #include "base/scoped_ptr.h"
|
| -#include "chrome/browser/sync/notifier/listener/notification_constants.h"
|
| -#include "chrome/browser/sync/notifier/listener/xml_element_util.h"
|
| +#include "chrome/common/net/notifier/listener/notification_constants.h"
|
| +#include "chrome/common/net/notifier/listener/xml_element_util.h"
|
| #include "talk/xmllite/qname.h"
|
| #include "talk/xmpp/xmppclient.h"
|
| #include "talk/xmpp/xmppconstants.h"
|
|
|