Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7225)

Unified Diff: chrome/browser/sync/test/integration/extensions_helper.cc

Issue 10375021: Move Extension into extensions namespace (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Take 6 Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/sync/test/integration/extensions_helper.cc
diff --git a/chrome/browser/sync/test/integration/extensions_helper.cc b/chrome/browser/sync/test/integration/extensions_helper.cc
index e6873b3aaea21eb7d82d5a12edef5bee66a5b7d8..66fd7898f3414906463890dda3ee5e51ebb9edf1 100644
--- a/chrome/browser/sync/test/integration/extensions_helper.cc
+++ b/chrome/browser/sync/test/integration/extensions_helper.cc
@@ -51,7 +51,9 @@ bool AllProfilesHaveSameExtensions() {
std::string InstallExtension(Profile* profile, int index) {
return SyncExtensionHelper::GetInstance()->InstallExtension(
- profile, CreateFakeExtensionName(index), Extension::TYPE_EXTENSION);
+ profile,
+ CreateFakeExtensionName(index),
+ extensions::Extension::TYPE_EXTENSION);
}
std::string InstallExtensionForAllProfiles(int index) {
@@ -111,7 +113,7 @@ bool IsIncognitoEnabled(Profile* profile, int index) {
void InstallExtensionsPendingForSync(Profile* profile) {
SyncExtensionHelper::GetInstance()->InstallExtensionsPendingForSync(
- profile, Extension::TYPE_EXTENSION);
+ profile, extensions::Extension::TYPE_EXTENSION);
}
std::string CreateFakeExtensionName(int index) {
« no previous file with comments | « chrome/browser/sync/test/integration/apps_helper.cc ('k') | chrome/browser/sync/test/integration/sync_app_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698