Index: chrome/browser/sync_file_system/drive_backend_v1/api_util.cc |
diff --git a/chrome/browser/sync_file_system/drive_backend_v1/api_util.cc b/chrome/browser/sync_file_system/drive_backend_v1/api_util.cc |
index 1d118c85f389a7b562fdc2a629b26e1a21f0a327..e865cc339162c1ee1acb08751802c3e758d240d1 100644 |
--- a/chrome/browser/sync_file_system/drive_backend_v1/api_util.cc |
+++ b/chrome/browser/sync_file_system/drive_backend_v1/api_util.cc |
@@ -349,7 +349,7 @@ void APIUtil::DidGetDirectory(const std::string& parent_resource_id, |
DVLOG(2) << "Found Drive directory."; |
// TODO(tzik): Handle error. |
- DCHECK_EQ(google_apis::ENTRY_KIND_FOLDER, entry->kind()); |
+ DCHECK_EQ(google_apis::ResourceEntry::ENTRY_KIND_FOLDER, entry->kind()); |
DCHECK_EQ(directory_name, entry->title()); |
if (entry->title() == GetSyncRootDirectoryName()) |