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

Unified Diff: chrome/browser/chromeos/drive/fileapi/fileapi_worker.h

Issue 148913005: Create fileapi/ subdirectory under c/b/cros/drive. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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
Index: chrome/browser/chromeos/drive/fileapi/fileapi_worker.h
diff --git a/chrome/browser/chromeos/drive/fileapi_worker.h b/chrome/browser/chromeos/drive/fileapi/fileapi_worker.h
similarity index 97%
rename from chrome/browser/chromeos/drive/fileapi_worker.h
rename to chrome/browser/chromeos/drive/fileapi/fileapi_worker.h
index da400e11632b982198bdefd929fb65caf39bea03..1cc46739f2991be4e50c4c134b5f82ca7fc077b2 100644
--- a/chrome/browser/chromeos/drive/fileapi_worker.h
+++ b/chrome/browser/chromeos/drive/fileapi/fileapi_worker.h
@@ -16,8 +16,8 @@
// 3) On UI thread, check if the instance of FileSystemInterface is alive or
// not. If yes, Run the callback with it.
-#ifndef CHROME_BROWSER_CHROMEOS_DRIVE_FILEAPI_WORKER_H_
-#define CHROME_BROWSER_CHROMEOS_DRIVE_FILEAPI_WORKER_H_
+#ifndef CHROME_BROWSER_CHROMEOS_DRIVE_FILEAPI_FILEAPI_WORKER_H_
+#define CHROME_BROWSER_CHROMEOS_DRIVE_FILEAPI_FILEAPI_WORKER_H_
#include <vector>
@@ -176,4 +176,4 @@ void TouchFile(const base::FilePath& file_path,
} // namespace fileapi_internal
} // namespace drive
-#endif // CHROME_BROWSER_CHROMEOS_DRIVE_FILEAPI_WORKER_H_
+#endif // CHROME_BROWSER_CHROMEOS_DRIVE_FILEAPI_FILEAPI_WORKER_H_

Powered by Google App Engine
This is Rietveld 408576698