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 4597a1a9b27e5643c207277e4b74992b8b14f7ba..b95ecd0d110efbb95aaa927c6af590ede25764a5 100644 |
--- a/chrome/browser/ui/webui/screenshot_source.cc |
+++ b/chrome/browser/ui/webui/screenshot_source.cc |
@@ -22,7 +22,7 @@ |
#include "ash/shell.h" |
#include "ash/shell_delegate.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/drive_system_service.h" |
#include "chrome/browser/chromeos/gdata/gdata_util.h" |
#include "content/public/browser/browser_thread.h" |
#endif |
@@ -96,7 +96,7 @@ void ScreenshotSource::SendScreenshot(const std::string& screenshot_path, |
FilePath download_path = download_prefs->DownloadPath(); |
if (gdata::util::IsUnderGDataMountPoint(download_path)) { |
gdata::DriveFileSystemInterface* file_system = |
- gdata::GDataSystemServiceFactory::GetForProfile( |
+ gdata::DriveSystemServiceFactory::GetForProfile( |
profile_)->file_system(); |
file_system->GetFileByResourceId( |
decoded_filename, |