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

Unified Diff: chrome/browser/ui/cocoa/test/cocoa_profile_test.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
« no previous file with comments | « chrome/browser/ui/cocoa/test/cocoa_profile_test.h ('k') | chrome/browser/ui/cocoa/test/cocoa_test_helper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/cocoa/test/cocoa_profile_test.mm
diff --git a/chrome/browser/ui/cocoa/cocoa_profile_test.mm b/chrome/browser/ui/cocoa/test/cocoa_profile_test.mm
similarity index 96%
rename from chrome/browser/ui/cocoa/cocoa_profile_test.mm
rename to chrome/browser/ui/cocoa/test/cocoa_profile_test.mm
index 4ca83921824a42ea65f8ad7906de93b6e113b534..707f143e47fd86fab40cd9a7ff1524ef3424a8c1 100644
--- a/chrome/browser/ui/cocoa/cocoa_profile_test.mm
+++ b/chrome/browser/ui/cocoa/test/cocoa_profile_test.mm
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/ui/cocoa/cocoa_profile_test.h"
+#include "chrome/browser/ui/cocoa/test/cocoa_profile_test.h"
#include "base/run_loop.h"
#include "base/strings/utf_string_conversions.h"
@@ -23,8 +23,7 @@
CocoaProfileTest::CocoaProfileTest()
: profile_manager_(TestingBrowserProcess::GetGlobal()),
profile_(NULL),
- thread_bundle_(new content::TestBrowserThreadBundle) {
-}
+ thread_bundle_(new content::TestBrowserThreadBundle) {}
CocoaProfileTest::~CocoaProfileTest() {
// Delete the testing profile on the UI thread. But first release the
« no previous file with comments | « chrome/browser/ui/cocoa/test/cocoa_profile_test.h ('k') | chrome/browser/ui/cocoa/test/cocoa_test_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698