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

Side by Side Diff: chrome/browser/chromeos/file_manager/mount_test_util.h

Issue 1208963003: Move GN obj files to target-specific dirs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: \ Created 5 years, 5 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 unified diff | Download patch
OLDNEW
1 // Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_CHROMEOS_FILE_MANAGER_DRIVE_TEST_UTIL_H_ 5 #ifndef CHROME_BROWSER_CHROMEOS_FILE_MANAGER_MOUNT_TEST_UTIL_H_
6 #define CHROME_BROWSER_CHROMEOS_FILE_MANAGER_DRIVE_TEST_UTIL_H_ 6 #define CHROME_BROWSER_CHROMEOS_FILE_MANAGER_MOUNT_TEST_UTIL_H_
7 7
8 class Profile; 8 class Profile;
9 9
10 namespace file_manager { 10 namespace file_manager {
11 namespace test_util { 11 namespace test_util {
12 12
13 // Waits until Drive mount point for |profile| is added. Drive mount point is 13 // Waits until Drive mount point for |profile| is added. Drive mount point is
14 // added by the browser but tests should use this function to ensure that the 14 // added by the browser but tests should use this function to ensure that the
15 // Drive mount point is added before accessing Drive. 15 // Drive mount point is added before accessing Drive.
16 void WaitUntilDriveMountPointIsAdded(Profile* profile); 16 void WaitUntilDriveMountPointIsAdded(Profile* profile);
17 17
18 } // namespace test_util 18 } // namespace test_util
19 } // namespace file_manager 19 } // namespace file_manager
20 20
21 #endif // CHROME_BROWSER_CHROMEOS_FILE_MANAGER_DRIVE_TEST_UTIL_H_ 21 #endif // CHROME_BROWSER_CHROMEOS_FILE_MANAGER_MOUNT_TEST_UTIL_H_
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/file_manager/fileapi_util_unittest.cc ('k') | chrome/browser/chromeos/file_manager/mount_test_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698