Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(300)

Unified Diff: chrome/browser/cocoa/find_bar_bridge_unittest.mm

Issue 334016: First set of unittest fixes. Many more to come ;-)... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/cocoa/find_bar_bridge_unittest.mm
===================================================================
--- chrome/browser/cocoa/find_bar_bridge_unittest.mm (revision 29973)
+++ chrome/browser/cocoa/find_bar_bridge_unittest.mm (working copy)
@@ -5,14 +5,10 @@
#include "chrome/browser/find_bar_controller.h"
#include "chrome/browser/cocoa/cocoa_test_helper.h"
#include "chrome/browser/cocoa/find_bar_bridge.h"
-#include "testing/gtest/include/gtest/gtest.h"
-#include "testing/platform_test.h"
namespace {
-class FindBarBridgeTest : public PlatformTest {
- protected:
- CocoaTestHelper helper_;
+class FindBarBridgeTest : public CocoaTest {
};
TEST_F(FindBarBridgeTest, Creation) {
« no previous file with comments | « chrome/browser/cocoa/extension_shelf_controller_unittest.mm ('k') | chrome/browser/cocoa/infobar_gradient_view_unittest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698