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

Unified Diff: components/drive/file_change.h

Issue 1246753003: Move a subset of chrome/browser/chromeos/drive into components/drive (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 side-by-side diff with in-line comments
Download patch
Index: components/drive/file_change.h
diff --git a/chrome/browser/chromeos/drive/file_change.h b/components/drive/file_change.h
similarity index 93%
rename from chrome/browser/chromeos/drive/file_change.h
rename to components/drive/file_change.h
index a8c29ffbe2d49e8e60cd3004a4a2595b62425406..40e3a6a55b4fdeab9fd981017f5cccc457adb69c 100644
--- a/chrome/browser/chromeos/drive/file_change.h
+++ b/components/drive/file_change.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_FILE_CHANGE_H_
-#define CHROME_BROWSER_CHROMEOS_DRIVE_FILE_CHANGE_H_
+#ifndef COMPONENTS_DRIVE_FILE_CHANGE_H_
+#define COMPONENTS_DRIVE_FILE_CHANGE_H_
#include <deque>
#include <map>
@@ -11,7 +11,6 @@
#include "base/basictypes.h"
#include "base/files/file_path.h"
-#include "storage/browser/fileapi/file_system_url.h"
hashimoto 2015/07/23 06:01:15 nice :)
namespace drive {
class ResourceEntry;
@@ -115,4 +114,4 @@ class FileChange {
} // namespace drive
-#endif // CHROME_BROWSER_CHROMEOS_DRIVE_FILE_CHANGE_H_
+#endif // COMPONENTS_DRIVE_FILE_CHANGE_H_

Powered by Google App Engine
This is Rietveld 408576698