| Index: chrome/common/net/notifier/communicator/mailbox.cc
|
| ===================================================================
|
| --- chrome/common/net/notifier/communicator/mailbox.cc (revision 46353)
|
| +++ chrome/common/net/notifier/communicator/mailbox.cc (working copy)
|
| @@ -2,7 +2,7 @@
|
| // 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/communicator/mailbox.h"
|
| +#include "chrome/common/net/notifier/communicator/mailbox.h"
|
|
|
| #include <assert.h>
|
| #include <stdlib.h>
|
| @@ -10,9 +10,9 @@
|
| #include <stack>
|
| #include <vector>
|
|
|
| -#include "chrome/browser/sync/notifier/base/string.h"
|
| -#include "chrome/browser/sync/notifier/base/utils.h"
|
| -#include "chrome/browser/sync/notifier/communicator/xml_parse_helpers.h"
|
| +#include "chrome/common/net/notifier/base/string.h"
|
| +#include "chrome/common/net/notifier/base/utils.h"
|
| +#include "chrome/common/net/notifier/communicator/xml_parse_helpers.h"
|
| #include "talk/base/basictypes.h"
|
| #include "talk/base/common.h"
|
| #include "talk/base/stringutils.h"
|
|
|