| Index: content/browser/tab_contents/tab_contents_observer.cc
|
| ===================================================================
|
| --- content/browser/tab_contents/tab_contents_observer.cc (revision 105162)
|
| +++ content/browser/tab_contents/tab_contents_observer.cc (working copy)
|
| @@ -43,7 +43,7 @@
|
| int64 frame_id,
|
| bool is_main_frame,
|
| const GURL& url,
|
| - PageTransition::Type transition_type) {
|
| + content::PageTransition transition_type) {
|
| }
|
|
|
| void TabContentsObserver::DidFailProvisionalLoad(
|
| @@ -84,15 +84,16 @@
|
| void TabContentsObserver::DidOpenURL(const GURL& url,
|
| const GURL& referrer,
|
| WindowOpenDisposition disposition,
|
| - PageTransition::Type transition) {
|
| + content::PageTransition transition) {
|
| }
|
|
|
| -void TabContentsObserver::DidOpenRequestedURL(TabContents* new_contents,
|
| - const GURL& url,
|
| - const GURL& referrer,
|
| - WindowOpenDisposition disposition,
|
| - PageTransition::Type transition,
|
| - int64 source_frame_id) {
|
| +void TabContentsObserver::DidOpenRequestedURL(
|
| + TabContents* new_contents,
|
| + const GURL& url,
|
| + const GURL& referrer,
|
| + WindowOpenDisposition disposition,
|
| + content::PageTransition transition,
|
| + int64 source_frame_id) {
|
| }
|
|
|
| void TabContentsObserver::AppCacheAccessed(const GURL& manifest_url,
|
|
|