| Index: chrome/browser/ui/views/tabs/browser_tab_strip_controller.cc
|
| ===================================================================
|
| --- chrome/browser/ui/views/tabs/browser_tab_strip_controller.cc (revision 115228)
|
| +++ chrome/browser/ui/views/tabs/browser_tab_strip_controller.cc (working copy)
|
| @@ -299,8 +299,8 @@
|
| }
|
|
|
| bool BrowserTabStripController::IsCompatibleWith(TabStrip* other) const {
|
| - Profile* other_profile =
|
| - static_cast<BrowserTabStripController*>(other->controller())->profile();
|
| + Profile* other_profile = static_cast<BrowserTabStripController*>(
|
| + other->controller())->profile();
|
| return other_profile == profile();
|
| }
|
|
|
|
|