| Index: chrome/browser/sync/test/integration/extension_settings_helper.cc
|
| ===================================================================
|
| --- chrome/browser/sync/test/integration/extension_settings_helper.cc (revision 176052)
|
| +++ chrome/browser/sync/test/integration/extension_settings_helper.cc (working copy)
|
| @@ -6,12 +6,12 @@
|
|
|
| #include "base/bind.h"
|
| #include "base/json/json_writer.h"
|
| +#include "base/memory/scoped_ptr.h"
|
| #include "base/logging.h"
|
| -#include "base/memory/scoped_ptr.h"
|
| #include "base/synchronization/waitable_event.h"
|
| #include "base/values.h"
|
| -#include "chrome/browser/extensions/api/storage/settings_frontend.h"
|
| #include "chrome/browser/extensions/extension_service.h"
|
| +#include "chrome/browser/extensions/settings/settings_frontend.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/browser/sync/test/integration/extensions_helper.h"
|
| #include "chrome/browser/sync/test/integration/sync_datatype_helper.h"
|
|
|