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 d2d9edd1fa8f67c9a18e7ac00a0faa57aef22e2c..0ff10ce25ad1c126f225227a758e4111bce0724f 100644 |
--- a/chrome/browser/sync/test/integration/themes_helper.cc |
+++ b/chrome/browser/sync/test/integration/themes_helper.cc |
@@ -60,7 +60,7 @@ bool HasOrWillHaveCustomTheme(Profile* profile, const std::string& id) { |
void UseCustomTheme(Profile* profile, int index) { |
SyncExtensionHelper::GetInstance()->InstallExtension( |
- profile, MakeName(index), Extension::TYPE_THEME); |
+ profile, MakeName(index), extensions::Extension::TYPE_THEME); |
} |
void UseDefaultTheme(Profile* profile) { |