Index: chrome/test/base/browser_with_test_window_test.h |
=================================================================== |
--- chrome/test/base/browser_with_test_window_test.h (revision 105162) |
+++ chrome/test/base/browser_with_test_window_test.h (working copy) |
@@ -33,7 +33,7 @@ |
// |
// // This is equivalent to the above, and lets you test pending navigations. |
// browser()->OpenURL(GURL("http://foo/2"), GURL(), CURRENT_TAB, |
-// PageTransition::TYPED); |
+// content::PAGE_TRANSITION_TYPED); |
// CommitPendingLoadAsNewNavigation(controller, url2); |
// |
// Subclasses must invoke BrowserWithTestWindowTest::SetUp as it is responsible |