| Index: chrome/browser/sync/test/integration/themes_helper.cc
|
| diff --git a/chrome/browser/sync/test/integration/themes_helper.cc b/chrome/browser/sync/test/integration/themes_helper.cc
|
| index 7f6c980b1be9021ddcc893c2988a5653eece8bd0..79a948cd4c268d099e640c6924deaa932c2bdf56 100644
|
| --- a/chrome/browser/sync/test/integration/themes_helper.cc
|
| +++ b/chrome/browser/sync/test/integration/themes_helper.cc
|
| @@ -14,11 +14,10 @@
|
| #include "chrome/browser/sync/test/integration/sync_extension_helper.h"
|
| #include "chrome/browser/themes/theme_service.h"
|
| #include "chrome/browser/themes/theme_service_factory.h"
|
| +#include "components/crx_file/id_util.h"
|
| #include "content/public/browser/notification_observer.h"
|
| #include "content/public/browser/notification_registrar.h"
|
| #include "content/public/browser/notification_source.h"
|
| -#include "extensions/common/extension.h"
|
| -#include "extensions/common/id_util.h"
|
| #include "extensions/common/manifest.h"
|
|
|
| using sync_datatype_helper::test;
|
| @@ -39,7 +38,7 @@ ThemeService* GetThemeService(Profile* profile) {
|
| namespace themes_helper {
|
|
|
| std::string GetCustomTheme(int index) {
|
| - return extensions::id_util::GenerateId(MakeName(index));
|
| + return crx_file::id_util::GenerateId(MakeName(index));
|
| }
|
|
|
| std::string GetThemeID(Profile* profile) {
|
|
|