Index: chrome/browser/chromeos/extensions/file_manager_util.h |
diff --git a/chrome/browser/chromeos/extensions/file_manager_util.h b/chrome/browser/chromeos/extensions/file_manager_util.h |
index 1180e109c461c7e192014543cebf44a954b868c0..d007d60a9b89998ff148224ffd10e2c78dcaeb96 100644 |
--- a/chrome/browser/chromeos/extensions/file_manager_util.h |
+++ b/chrome/browser/chromeos/extensions/file_manager_util.h |
@@ -9,7 +9,7 @@ |
#include <vector> |
#include "base/file_path.h" |
-#include "chrome/browser/chromeos/gdata/gdata_operation_registry.h" |
+#include "chrome/browser/chromeos/gdata/operation_registry.h" |
#include "googleurl/src/gurl.h" |
#include "ui/base/dialogs/select_file_dialog.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 std::vector<gdata::GDataOperationRegistry::ProgressStatus>& list); |
+ const std::vector<gdata::OperationRegistry::ProgressStatus>& list); |
} // namespace file_manager_util |