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

Unified Diff: chrome/browser/ui/content_settings/content_setting_bubble_model_delegate.h

Issue 10528002: TabContentsWrapper -> TabContents, part 1. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 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/ui/content_settings/content_setting_bubble_model_delegate.h
diff --git a/chrome/browser/ui/content_settings/content_setting_bubble_model_delegate.h b/chrome/browser/ui/content_settings/content_setting_bubble_model_delegate.h
index b1bb9565ee2f8ba1c776dc4dde8ff5df2b4f984e..7237431494c8cd6d67d5ecdb53821f7735761239 100644
--- a/chrome/browser/ui/content_settings/content_setting_bubble_model_delegate.h
+++ b/chrome/browser/ui/content_settings/content_setting_bubble_model_delegate.h
@@ -8,7 +8,8 @@
#include "chrome/common/content_settings_types.h"
-class TabContentsWrapper;
+class TabContents;
+typedef TabContents TabContentsWrapper;
// Delegate which is used by ContentSettingBubbleModel class.
class ContentSettingBubbleModelDelegate {
« no previous file with comments | « chrome/browser/ui/content_settings/content_setting_bubble_model.h ('k') | chrome/browser/ui/extensions/shell_window.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698