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 78f4d7a50a1b985b72a05d65f03613d1ea0d2654..7f6c980b1be9021ddcc893c2988a5653eece8bd0 100644 |
--- a/chrome/browser/sync/test/integration/themes_helper.cc |
+++ b/chrome/browser/sync/test/integration/themes_helper.cc |
@@ -130,7 +130,7 @@ void ThemePendingInstallChecker::Observe( |
int type, |
const content::NotificationSource& source, |
const content::NotificationDetails& details) { |
- DCHECK_EQ(chrome::NOTIFICATION_EXTENSION_UPDATING_STARTED, type); |
+ DCHECK_EQ(extensions::NOTIFICATION_EXTENSION_UPDATING_STARTED, type); |
CheckExitCondition(); |
} |
@@ -138,7 +138,7 @@ void ThemePendingInstallChecker::Wait() { |
// We'll check to see if the condition is met whenever the extension system |
// tries to contact the web store. |
registrar_.Add(this, |
- chrome::NOTIFICATION_EXTENSION_UPDATING_STARTED, |
+ extensions::NOTIFICATION_EXTENSION_UPDATING_STARTED, |
content::Source<Profile>(profile_)); |
if (IsExitConditionSatisfied()) { |