| Index: chrome/browser/ui/cocoa/download/download_item_cell_unittest.mm
|
| diff --git a/chrome/browser/ui/cocoa/download/download_item_cell_unittest.mm b/chrome/browser/ui/cocoa/download/download_item_cell_unittest.mm
|
| index b68f36f740f84cd545778375bf9f6e61e682839b..ef4aa543b3fe9cc1dce1b3ef22e2cdb5ee9c9d87 100644
|
| --- a/chrome/browser/ui/cocoa/download/download_item_cell_unittest.mm
|
| +++ b/chrome/browser/ui/cocoa/download/download_item_cell_unittest.mm
|
| @@ -2,10 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "base/memory/scoped_nsobject.h"
|
| +#include "base/mac/scoped_nsobject.h"
|
| #include "chrome/browser/download/download_item_model.h"
|
| -#import "chrome/browser/ui/cocoa/download/download_item_cell.h"
|
| #import "chrome/browser/ui/cocoa/cocoa_test_helper.h"
|
| +#import "chrome/browser/ui/cocoa/download/download_item_cell.h"
|
| #include "content/public/test/mock_download_item.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "testing/platform_test.h"
|
| @@ -32,8 +32,8 @@ class DownloadItemCellTest : public CocoaTest {
|
| }
|
|
|
| protected:
|
| - scoped_nsobject<DownloadItemCell> cell_;
|
| - scoped_nsobject<NSButton> button_;
|
| + base::scoped_nsobject<DownloadItemCell> cell_;
|
| + base::scoped_nsobject<NSButton> button_;
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(DownloadItemCellTest);
|
|
|