Index: chrome/browser/ui/webui/screenshot_source.cc |
diff --git a/chrome/browser/ui/webui/screenshot_source.cc b/chrome/browser/ui/webui/screenshot_source.cc |
index a4dd83477a0755a79228de9cb35a88b9ea1b2f70..4597a1a9b27e5643c207277e4b74992b8b14f7ba 100644 |
--- a/chrome/browser/ui/webui/screenshot_source.cc |
+++ b/chrome/browser/ui/webui/screenshot_source.cc |
@@ -21,7 +21,7 @@ |
#if defined(OS_CHROMEOS) |
#include "ash/shell.h" |
#include "ash/shell_delegate.h" |
-#include "chrome/browser/chromeos/gdata/gdata_file_system_interface.h" |
+#include "chrome/browser/chromeos/gdata/drive_file_system_interface.h" |
#include "chrome/browser/chromeos/gdata/gdata_system_service.h" |
#include "chrome/browser/chromeos/gdata/gdata_util.h" |
#include "content/public/browser/browser_thread.h" |
@@ -95,7 +95,7 @@ void ScreenshotSource::SendScreenshot(const std::string& screenshot_path, |
ash::Shell::GetInstance()->delegate()->GetCurrentBrowserContext()); |
FilePath download_path = download_prefs->DownloadPath(); |
if (gdata::util::IsUnderGDataMountPoint(download_path)) { |
- gdata::GDataFileSystemInterface* file_system = |
+ gdata::DriveFileSystemInterface* file_system = |
gdata::GDataSystemServiceFactory::GetForProfile( |
profile_)->file_system(); |
file_system->GetFileByResourceId( |