Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5915)

Unified Diff: chrome/browser/ui/webui/screenshot_source.h

Issue 11106007: drive: Rename 'gdata' namespace to 'drive' in chrome/browser/chromeos/drive (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/webui/screenshot_source.h
diff --git a/chrome/browser/ui/webui/screenshot_source.h b/chrome/browser/ui/webui/screenshot_source.h
index 4d33b5929fafd2c939b28c1cfc6b9d75023053f9..c768ce62e3c8c54a6c44e7423b5b489f964416f8 100644
--- a/chrome/browser/ui/webui/screenshot_source.h
+++ b/chrome/browser/ui/webui/screenshot_source.h
@@ -92,10 +92,10 @@ class ScreenshotSource : public ChromeURLDataManager::DataSource {
// The callback for Drive's getting file method.
void GetSavedScreenshotCallback(const std::string& screenshot_path,
int request_id,
- gdata::DriveFileError error,
+ drive::DriveFileError error,
const FilePath& file,
const std::string& unused_mime_type,
- gdata::DriveFileType file_type);
+ drive::DriveFileType file_type);
#endif
// Sends the screenshot data to the requestor while caching it locally to the
« no previous file with comments | « chrome/browser/ui/webui/print_preview/print_preview_handler.cc ('k') | chrome/browser/ui/webui/screenshot_source.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698