| Index: chrome/browser/printing/print_preview_dialog_controller_browsertest.cc
|
| diff --git a/chrome/browser/printing/print_preview_dialog_controller_browsertest.cc b/chrome/browser/printing/print_preview_dialog_controller_browsertest.cc
|
| index 0ef7e3d5403c7fe22e86b57d103749bd918421cd..232ee1adfe8dda63591f77b3f39a6b3d681f87ab 100644
|
| --- a/chrome/browser/printing/print_preview_dialog_controller_browsertest.cc
|
| +++ b/chrome/browser/printing/print_preview_dialog_controller_browsertest.cc
|
| @@ -139,7 +139,7 @@ class PrintPreviewDialogControllerBrowserTest : public InProcessBrowserTest {
|
| ASSERT_NE(first_tab, initiator_);
|
| }
|
|
|
| - virtual void CleanUpOnMainThread() OVERRIDE {
|
| + virtual void TearDownOnMainThread() OVERRIDE {
|
| cloned_tab_observer_.reset();
|
| initiator_ = NULL;
|
| }
|
|
|