Index: components/drive/file_write_watcher.h |
diff --git a/chrome/browser/chromeos/drive/file_write_watcher.h b/components/drive/file_write_watcher.h |
similarity index 90% |
rename from chrome/browser/chromeos/drive/file_write_watcher.h |
rename to components/drive/file_write_watcher.h |
index f90bd75cd0e184b0e4b6cc6509dba4dd5c01fab5..719a8b95c858f8cb371518b336836b99613d48e4 100644 |
--- a/chrome/browser/chromeos/drive/file_write_watcher.h |
+++ b/components/drive/file_write_watcher.h |
@@ -2,13 +2,13 @@ |
// 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_FILE_WRITE_WATCHER_H_ |
-#define CHROME_BROWSER_CHROMEOS_DRIVE_FILE_WRITE_WATCHER_H_ |
+#ifndef COMPONENTS_DRIVE_FILE_WRITE_WATCHER_H_ |
+#define COMPONENTS_DRIVE_FILE_WRITE_WATCHER_H_ |
#include "base/callback_forward.h" |
#include "base/memory/scoped_ptr.h" |
#include "base/threading/thread_checker.h" |
-#include "chrome/browser/chromeos/drive/file_system_core_util.h" |
+#include "components/drive/file_system_core_util.h" |
namespace base { |
class FilePath; |
@@ -63,4 +63,4 @@ class FileWriteWatcher { |
} // namespace internal |
} // namespace drive |
-#endif // CHROME_BROWSER_CHROMEOS_DRIVE_FILE_WRITE_WATCHER_H_ |
+#endif // COMPONENTS_DRIVE_FILE_WRITE_WATCHER_H_ |