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

Unified Diff: components/drive/dummy_file_system.h

Issue 1314803004: Move chrome/browser/chromeos/drive/file_system.cc (+deps) into components/drive. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebasing... Created 5 years, 4 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 | « components/drive/directory_loader_unittest.cc ('k') | components/drive/dummy_file_system.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/drive/dummy_file_system.h
diff --git a/chrome/browser/chromeos/drive/dummy_file_system.h b/components/drive/dummy_file_system.h
similarity index 96%
rename from chrome/browser/chromeos/drive/dummy_file_system.h
rename to components/drive/dummy_file_system.h
index 28003dfe25c769d15a57c0b12a92bd74b83297d2..f8cdb48f240bf35b4d980a2eed1c3e9b8d5157ed 100644
--- a/chrome/browser/chromeos/drive/dummy_file_system.h
+++ b/components/drive/dummy_file_system.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_CHROMEOS_DRIVE_DUMMY_FILE_SYSTEM_H_
-#define CHROME_BROWSER_CHROMEOS_DRIVE_DUMMY_FILE_SYSTEM_H_
+#ifndef COMPONENTS_DRIVE_DUMMY_FILE_SYSTEM_H_
+#define COMPONENTS_DRIVE_DUMMY_FILE_SYSTEM_H_
#include "components/drive/file_system_interface.h"
@@ -108,4 +108,4 @@ class DummyFileSystem : public FileSystemInterface {
} // namespace drive
-#endif // CHROME_BROWSER_CHROMEOS_DRIVE_DUMMY_FILE_SYSTEM_H_
+#endif // COMPONENTS_DRIVE_DUMMY_FILE_SYSTEM_H_
« no previous file with comments | « components/drive/directory_loader_unittest.cc ('k') | components/drive/dummy_file_system.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698