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

Unified Diff: chrome/browser/ui/cocoa/autofill/autofill_bubble_controller_unittest.mm

Issue 2565813002: Create c/b/ui/cocoa/test and move test files to there (Closed)
Patch Set: Rebase Created 4 years 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/ui/cocoa/autofill/autofill_bubble_controller_unittest.mm
diff --git a/chrome/browser/ui/cocoa/autofill/autofill_bubble_controller_unittest.mm b/chrome/browser/ui/cocoa/autofill/autofill_bubble_controller_unittest.mm
index 58a547b5fd6a9fedfe00e1cd8fc90d6fd68dcb59..223d084ab3d2f605004096576213cf01fa54c23c 100644
--- a/chrome/browser/ui/cocoa/autofill/autofill_bubble_controller_unittest.mm
+++ b/chrome/browser/ui/cocoa/autofill/autofill_bubble_controller_unittest.mm
@@ -4,8 +4,8 @@
#import "chrome/browser/ui/cocoa/autofill/autofill_bubble_controller.h"
-#import "chrome/browser/ui/cocoa/cocoa_test_helper.h"
-#include "chrome/browser/ui/cocoa/run_loop_testing.h"
+#import "chrome/browser/ui/cocoa/test/cocoa_test_helper.h"
+#include "chrome/browser/ui/cocoa/test/run_loop_testing.h"
class AutofillBubbleControllerTest : public CocoaTest {
};

Powered by Google App Engine
This is Rietveld 408576698