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

Unified Diff: chrome/browser/sync/glue/synced_tab_delegate.h

Issue 9969208: TabContents -> WebContentsImpl, part 20. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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/glue/synced_tab_delegate.h
diff --git a/chrome/browser/sync/glue/synced_tab_delegate.h b/chrome/browser/sync/glue/synced_tab_delegate.h
index 1c340cb5864d7ecbd0c5593e728a7eaaffce04a0..56faeb2a3f3f905ee1ddd1db4c681a4b47450518 100644
--- a/chrome/browser/sync/glue/synced_tab_delegate.h
+++ b/chrome/browser/sync/glue/synced_tab_delegate.h
@@ -19,7 +19,7 @@ class NavigationEntry;
namespace browser_sync {
// A SyncedTabDelegate is used to insulate the sync code from depending
-// directly on TabContents, TabContentsWrapper and NavigationController.
+// directly on WebContents, TabContentsWrapper and NavigationController.
class SyncedTabDelegate {
public:
virtual ~SyncedTabDelegate() {}
« no previous file with comments | « chrome/browser/sync/glue/session_model_associator.h ('k') | chrome/browser/tab_contents/background_contents.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698