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

Unified Diff: chrome/browser/autocomplete/autocomplete_edit.h

Issue 10533046: TabContentsWrapper -> TabContents, part 4. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: compiling is good 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
« no previous file with comments | « no previous file | chrome/browser/autocomplete/autocomplete_edit.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/autocomplete/autocomplete_edit.h
diff --git a/chrome/browser/autocomplete/autocomplete_edit.h b/chrome/browser/autocomplete/autocomplete_edit.h
index dba8702d23d41188e4beb6d67000dccde77a6a43..06b6a0633e2eff884add11df6406423dd15c5691 100644
--- a/chrome/browser/autocomplete/autocomplete_edit.h
+++ b/chrome/browser/autocomplete/autocomplete_edit.h
@@ -28,7 +28,6 @@ class OmniboxView;
class Profile;
class SkBitmap;
class TabContents;
-typedef TabContents TabContentsWrapper;
namespace gfx {
class Rect;
@@ -81,8 +80,8 @@ class AutocompleteEditController {
// Returns the InstantController, or NULL if instant is not enabled.
virtual InstantController* GetInstant() = 0;
- // Returns the TabContentsWrapper of the currently selected tab.
- virtual TabContentsWrapper* GetTabContentsWrapper() const = 0;
+ // Returns the TabContents of the currently active tab.
+ virtual TabContents* GetTabContents() const = 0;
protected:
virtual ~AutocompleteEditController();
« no previous file with comments | « no previous file | chrome/browser/autocomplete/autocomplete_edit.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698