| Index: chrome/browser/ui/cocoa/menu_controller_unittest.mm
|
| ===================================================================
|
| --- chrome/browser/ui/cocoa/menu_controller_unittest.mm (revision 144007)
|
| +++ chrome/browser/ui/cocoa/menu_controller_unittest.mm (working copy)
|
| @@ -16,8 +16,6 @@
|
| #include "ui/base/resource/resource_bundle.h"
|
| #include "ui/gfx/image/image_skia.h"
|
|
|
| -namespace {
|
| -
|
| class MenuControllerTest : public CocoaTest {
|
| };
|
|
|
| @@ -332,5 +330,3 @@
|
| // Expect that the delegate got notified properly.
|
| EXPECT_TRUE(delegate.did_close_);
|
| }
|
| -
|
| -} // namespace
|
|
|