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

Unified Diff: chrome/browser/chromeos/extensions/file_browser_private_api.cc

Issue 10447055: Move fileapi into its own component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Cleanup Created 8 years, 7 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
« no previous file with comments | « no previous file | chrome/browser/extensions/platform_app_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/extensions/file_browser_private_api.cc
diff --git a/chrome/browser/chromeos/extensions/file_browser_private_api.cc b/chrome/browser/chromeos/extensions/file_browser_private_api.cc
index 705432d2a6a2a49d32165f4bcdf75c2aa5ff79ad..126c1e74b9630937fe3f5e55299adadda2347695 100644
--- a/chrome/browser/chromeos/extensions/file_browser_private_api.cc
+++ b/chrome/browser/chromeos/extensions/file_browser_private_api.cc
@@ -54,7 +54,6 @@
#include "webkit/fileapi/file_system_operation_context.h"
#include "webkit/fileapi/file_system_types.h"
#include "webkit/fileapi/file_system_util.h"
-#include "webkit/glue/webkit_glue.h"
#if defined(OS_CHROMEOS)
#include "chrome/browser/chromeos/disks/disk_mount_manager.h"
@@ -2050,7 +2049,7 @@ void TransferFileFunction::OnTransferCompleted(base::PlatformFileError error) {
SendResponse(true);
} else {
error_ = base::StringPrintf("%d", static_cast<int>(
- webkit_glue::PlatformFileErrorToWebFileError(error)));
+ fileapi::PlatformFileErrorToWebFileError(error)));
SendResponse(false);
}
}
« no previous file with comments | « no previous file | chrome/browser/extensions/platform_app_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698