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

Unified Diff: chrome/browser/ui/cocoa/test/run_loop_testing.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
« no previous file with comments | « chrome/browser/ui/cocoa/test/cocoa_test_helper.mm ('k') | chrome/browser/ui/cocoa/test/run_loop_testing.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/cocoa/test/run_loop_testing.h
diff --git a/chrome/browser/ui/cocoa/run_loop_testing.h b/chrome/browser/ui/cocoa/test/run_loop_testing.h
similarity index 84%
rename from chrome/browser/ui/cocoa/run_loop_testing.h
rename to chrome/browser/ui/cocoa/test/run_loop_testing.h
index 5269787162b570154776b4d8edda146547caa0dc..46a45acdbb55188ba7b9df94785fad50459eb45b 100644
--- a/chrome/browser/ui/cocoa/run_loop_testing.h
+++ b/chrome/browser/ui/cocoa/test/run_loop_testing.h
@@ -2,8 +2,8 @@
// 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_RUN_LOOP_TESTING_H_
-#define CHROME_BROWSER_UI_COCOA_RUN_LOOP_TESTING_H_
+#ifndef CHROME_BROWSER_UI_COCOA_TEST_RUN_LOOP_TESTING_H_
+#define CHROME_BROWSER_UI_COCOA_TEST_RUN_LOOP_TESTING_H_
namespace chrome {
namespace testing {
@@ -26,4 +26,4 @@ void NSRunLoopRunAllPending();
} // namespace testing
} // namespace chrome
-#endif // CHROME_BROWSER_UI_COCOA_RUN_LOOP_TESTING_H_
+#endif // CHROME_BROWSER_UI_COCOA_TEST_RUN_LOOP_TESTING_H_
« no previous file with comments | « chrome/browser/ui/cocoa/test/cocoa_test_helper.mm ('k') | chrome/browser/ui/cocoa/test/run_loop_testing.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698