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

Unified Diff: chrome/browser/ui/tab_contents/core_tab_helper_delegate.cc

Issue 8865004: Create CoreTabHelper, move remaining core TCW functionality into it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: lots of helpers now Created 9 years 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/ui/tab_contents/core_tab_helper_delegate.cc
diff --git a/chrome/browser/ui/tab_contents/tab_contents_wrapper_delegate.cc b/chrome/browser/ui/tab_contents/core_tab_helper_delegate.cc
similarity index 56%
rename from chrome/browser/ui/tab_contents/tab_contents_wrapper_delegate.cc
rename to chrome/browser/ui/tab_contents/core_tab_helper_delegate.cc
index 61a271881e9d0b0585fef7a6ed8101631244240d..e0a0d20308050a66c05eddf9a778079e7ed70a85 100644
--- a/chrome/browser/ui/tab_contents/tab_contents_wrapper_delegate.cc
+++ b/chrome/browser/ui/tab_contents/core_tab_helper_delegate.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/ui/tab_contents/tab_contents_wrapper_delegate.h"
+#include "chrome/browser/ui/tab_contents/core_tab_helper_delegate.h"
-TabContentsWrapperDelegate::~TabContentsWrapperDelegate() {
+CoreTabHelperDelegate::~CoreTabHelperDelegate() {
}

Powered by Google App Engine
This is Rietveld 408576698