diff options
Diffstat (limited to 'chrome/browser/chromeos/extensions/file_manager_util.h')
-rw-r--r-- | chrome/browser/chromeos/extensions/file_manager_util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/chromeos/extensions/file_manager_util.h b/chrome/browser/chromeos/extensions/file_manager_util.h index a9a16c1..6d1dad3 100644 --- a/chrome/browser/chromeos/extensions/file_manager_util.h +++ b/chrome/browser/chromeos/extensions/file_manager_util.h @@ -91,7 +91,7 @@ bool ShouldBeOpenedWithPdfPlugin(Profile* profile, const char* file_extension); // Converts the vector of progress status to their JSON (Value) form. base::ListValue* ProgressStatusVectorToListValue( Profile* profile, const GURL& origin_url, - const gdata::OperationProgressStatusList& list); + const google_apis::OperationProgressStatusList& list); } // namespace file_manager_util |