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

Unified Diff: chrome/browser/ui/cocoa/test/cocoa_profile_test.h

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/test/cocoa_profile_test.h
diff --git a/chrome/browser/ui/cocoa/cocoa_profile_test.h b/chrome/browser/ui/cocoa/test/cocoa_profile_test.h
similarity index 88%
rename from chrome/browser/ui/cocoa/cocoa_profile_test.h
rename to chrome/browser/ui/cocoa/test/cocoa_profile_test.h
index ed80a8d9fdf01b86de40f181565eaad8e88a3306..2b98dd6bfce8767d7e3288f69aa0e76a3436d503 100644
--- a/chrome/browser/ui/cocoa/cocoa_profile_test.h
+++ b/chrome/browser/ui/cocoa/test/cocoa_profile_test.h
@@ -2,12 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_UI_COCOA_PROFILE_TEST_H_
-#define CHROME_BROWSER_UI_COCOA_PROFILE_TEST_H_
+#ifndef CHROME_BROWSER_UI_COCOA_TEST_COCOA_PROFILE_TEST_H_
+#define CHROME_BROWSER_UI_COCOA_TEST_COCOA_PROFILE_TEST_H_
#include <memory>
-#import "chrome/browser/ui/cocoa/cocoa_test_helper.h"
+#import "chrome/browser/ui/cocoa/test/cocoa_test_helper.h"
#include "chrome/test/base/testing_profile_manager.h"
namespace content {
@@ -44,9 +44,7 @@ class CocoaProfileTest : public CocoaTest {
void TearDown() override;
- TestingProfileManager* testing_profile_manager() {
- return &profile_manager_;
- }
+ TestingProfileManager* testing_profile_manager() { return &profile_manager_; }
TestingProfile* profile() { return profile_; }
Browser* browser() { return browser_.get(); }
@@ -77,4 +75,4 @@ class CocoaProfileTest : public CocoaTest {
std::unique_ptr<content::TestBrowserThreadBundle> thread_bundle_;
};
-#endif // CHROME_BROWSER_UI_COCOA_PROFILE_TEST_H_
+#endif // CHROME_BROWSER_UI_COCOA_TEST_COCOA_PROFILE_TEST_H_
« no previous file with comments | « chrome/browser/ui/cocoa/tabs/tab_view_unittest.mm ('k') | chrome/browser/ui/cocoa/test/cocoa_profile_test.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698