| Index: chrome/browser/sync/test/live_sync/extensions_helper.cc
|
| ===================================================================
|
| --- chrome/browser/sync/test/live_sync/extensions_helper.cc (revision 99413)
|
| +++ chrome/browser/sync/test/live_sync/extensions_helper.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/test/live_sync/extensions_helper.h"
|
| +#include "chrome/browser/sync/test/live_sync/extensions_helper.h"
|
|
|
| #include <cstring>
|
|
|
| @@ -10,9 +10,9 @@
|
| #include "base/string_number_conversions.h"
|
| #include "base/string_util.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| +#include "chrome/browser/sync/test/live_sync/sync_datatype_helper.h"
|
| +#include "chrome/browser/sync/test/live_sync/sync_extension_helper.h"
|
| #include "chrome/common/extensions/extension.h"
|
| -#include "chrome/test/live_sync/sync_datatype_helper.h"
|
| -#include "chrome/test/live_sync/sync_extension_helper.h"
|
|
|
| using sync_datatype_helper::test;
|
|
|
|
|