Index: chrome/browser/sync_file_system/drive_backend_v1/api_util.h |
diff --git a/chrome/browser/sync_file_system/drive_backend/api_util.h b/chrome/browser/sync_file_system/drive_backend_v1/api_util.h |
similarity index 97% |
rename from chrome/browser/sync_file_system/drive_backend/api_util.h |
rename to chrome/browser/sync_file_system/drive_backend_v1/api_util.h |
index 60061fac6a71b75f2792ee91ff2e920411df50e4..009ba0035722d9d676e7c6750001d2d6139edd42 100644 |
--- a/chrome/browser/sync_file_system/drive_backend/api_util.h |
+++ b/chrome/browser/sync_file_system/drive_backend_v1/api_util.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_SYNC_FILE_SYSTEM_DRIVE_BACKEND_API_UTIL_H_ |
-#define CHROME_BROWSER_SYNC_FILE_SYSTEM_DRIVE_BACKEND_API_UTIL_H_ |
+#ifndef CHROME_BROWSER_SYNC_FILE_SYSTEM_DRIVE_BACKEND_V1_API_UTIL_H_ |
+#define CHROME_BROWSER_SYNC_FILE_SYSTEM_DRIVE_BACKEND_V1_API_UTIL_H_ |
#include <map> |
#include <string> |
@@ -13,7 +13,7 @@ |
#include "chrome/browser/drive/drive_service_interface.h" |
#include "chrome/browser/google_apis/drive_api_url_generator.h" |
#include "chrome/browser/google_apis/gdata_wapi_url_generator.h" |
-#include "chrome/browser/sync_file_system/drive_backend/api_util_interface.h" |
+#include "chrome/browser/sync_file_system/drive_backend_v1/api_util_interface.h" |
#include "net/base/network_change_notifier.h" |
#include "webkit/common/blob/scoped_file.h" |
@@ -263,4 +263,4 @@ class APIUtil : public APIUtilInterface, |
} // namespace drive_backend |
} // namespace sync_file_system |
-#endif // CHROME_BROWSER_SYNC_FILE_SYSTEM_DRIVE_BACKEND_API_UTIL_H_ |
+#endif // CHROME_BROWSER_SYNC_FILE_SYSTEM_DRIVE_BACKEND_V1_API_UTIL_H_ |