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

Unified Diff: chrome/browser/sync_file_system/file_status_observer.h

Issue 15806012: Move webkit/fileapi/syncable/* code to webkit/browser/fileapi (final!) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
Index: chrome/browser/sync_file_system/file_status_observer.h
diff --git a/chrome/browser/sync_file_system/file_status_observer.h b/chrome/browser/sync_file_system/file_status_observer.h
index 50bba06349ca875fce8ea0569526a777225474d3..4c2af44fb24b481d0fb2ac1aa00c98fcea4d86f0 100644
--- a/chrome/browser/sync_file_system/file_status_observer.h
+++ b/chrome/browser/sync_file_system/file_status_observer.h
@@ -6,9 +6,9 @@
#define CHROME_BROWSER_SYNC_FILE_SYSTEM_FILE_STATUS_OBSERVER_H_
#include "base/basictypes.h"
-#include "webkit/fileapi/syncable/sync_action.h"
-#include "webkit/fileapi/syncable/sync_direction.h"
-#include "webkit/fileapi/syncable/sync_file_status.h"
+#include "webkit/browser/fileapi/syncable/sync_action.h"
+#include "webkit/browser/fileapi/syncable/sync_direction.h"
+#include "webkit/browser/fileapi/syncable/sync_file_status.h"
namespace fileapi {
class FileSystemURL;

Powered by Google App Engine
This is Rietveld 408576698