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

Unified Diff: chrome/browser/chromeos/drive/file_system/create_directory_operation.h

Issue 15817003: drive: Use OperationTestBase from CreateDirectoryOperationTest (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/chromeos/drive/file_system/create_directory_operation_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/drive/file_system/create_directory_operation.h
diff --git a/chrome/browser/chromeos/drive/file_system/create_directory_operation.h b/chrome/browser/chromeos/drive/file_system/create_directory_operation.h
index 330945733578de31c939c2e0925714e04a60c8d8..427279a435ad9a2ed485ed33b0ee36af58aa132d 100644
--- a/chrome/browser/chromeos/drive/file_system/create_directory_operation.h
+++ b/chrome/browser/chromeos/drive/file_system/create_directory_operation.h
@@ -58,17 +58,16 @@ class CreateDirectoryOperation {
bool is_recursive,
const FileOperationCallback& callback);
+ private:
// Returns the file path to the existing deepest directory, which appears
// in the |file_path|, with |entry| storing the directory's resource entry.
// If not found, returns an empty file path.
// This should run on |blocking_task_runner_|.
- // This is public for testing.
static base::FilePath GetExistingDeepestDirectory(
internal::ResourceMetadata* metadata,
const base::FilePath& directory_path,
ResourceEntry* entry);
- private:
// Part of CreateDirectory(). Called after GetExistingDeepestDirectory
// is completed.
void CreateDirectoryAfterGetExistingDeepestDirectory(
« no previous file with comments | « no previous file | chrome/browser/chromeos/drive/file_system/create_directory_operation_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698