diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-07 04:03:53 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-07 04:03:53 +0000 |
commit | 6e41eae8b3ea421a67104fe1849d5f261a4f2b20 (patch) | |
tree | 387d7cc8400a1ad3054d711d3c22d1272873a9f3 /chrome/browser/cocoa/tab_strip_controller.h | |
parent | eaf5dbd779d50763b168c791a8e9eb8966e7dc00 (diff) | |
download | chromium_src-6e41eae8b3ea421a67104fe1849d5f261a4f2b20.zip chromium_src-6e41eae8b3ea421a67104fe1849d5f261a4f2b20.tar.gz chromium_src-6e41eae8b3ea421a67104fe1849d5f261a4f2b20.tar.bz2 |
Some code cleanups.
Rename tabView_ to tabStripView_. Fix indentation.
TEST=BUG=none
Review URL: http://codereview.chromium.org/465095
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33948 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/cocoa/tab_strip_controller.h')
-rw-r--r-- | chrome/browser/cocoa/tab_strip_controller.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/cocoa/tab_strip_controller.h b/chrome/browser/cocoa/tab_strip_controller.h index afc16e1..4f78674 100644 --- a/chrome/browser/cocoa/tab_strip_controller.h +++ b/chrome/browser/cocoa/tab_strip_controller.h @@ -41,7 +41,7 @@ class ToolbarModel; GTMWindowSheetControllerDelegate> { @private TabContents* currentTab_; // weak, tab for which we're showing state - scoped_nsobject<TabStripView> tabView_; // strong + scoped_nsobject<TabStripView> tabStripView_; // strong NSView* switchView_; // weak scoped_nsobject<NSView> dragBlockingView_; // avoid bad window server drags NSButton* newTabButton_; // weak, obtained from the nib. |