Index: chrome/browser/sync/glue/session_sync_test_helper.cc |
diff --git a/chrome/browser/sync/glue/session_sync_test_helper.cc b/chrome/browser/sync/glue/session_sync_test_helper.cc |
index d908288ef1421ce574dd48b572e169a5adf1118c..9e241a9fe4d42f8d5a883e9ac2007357466102f5 100644 |
--- a/chrome/browser/sync/glue/session_sync_test_helper.cc |
+++ b/chrome/browser/sync/glue/session_sync_test_helper.cc |
@@ -86,7 +86,7 @@ void SessionSyncTestHelper::VerifySyncedSession( |
ASSERT_EQ(tab->navigations[0].title(), |
base::ASCIIToUTF16(kTitle)); |
ASSERT_EQ(tab->navigations[0].transition_type(), |
- content::PAGE_TRANSITION_TYPED); |
+ ui::PAGE_TRANSITION_TYPED); |
} |
} |
} |