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

Unified Diff: chrome/browser/chromeos/extensions/file_handler_util.h

Issue 10375021: Move Extension into extensions namespace (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Take 6 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
Index: chrome/browser/chromeos/extensions/file_handler_util.h
diff --git a/chrome/browser/chromeos/extensions/file_handler_util.h b/chrome/browser/chromeos/extensions/file_handler_util.h
index d38cb6b3dbb8bcf013b61b87118a2af3f694e17e..6ef676005cb55de8077e08b3d3982fafcc9f8f98 100644
--- a/chrome/browser/chromeos/extensions/file_handler_util.h
+++ b/chrome/browser/chromeos/extensions/file_handler_util.h
@@ -99,7 +99,7 @@ class FileTaskExecutor : public base::RefCountedThreadSafe<FileTaskExecutor> {
class ExecuteTasksFileSystemCallbackDispatcher;
void RequestFileEntryOnFileThread(
const GURL& handler_base_url,
- const scoped_refptr<const Extension>& handler,
+ const scoped_refptr<const extensions::Extension>& handler,
int handler_pid,
const std::vector<GURL>& file_urls);
@@ -118,7 +118,7 @@ class FileTaskExecutor : public base::RefCountedThreadSafe<FileTaskExecutor> {
// will be given to the handler extension host process.
void InitHandlerHostFileAccessPermissions(
const FileDefinitionList& file_list,
- const Extension* handler_extension,
+ const extensions::Extension* handler_extension,
const std::string& action_id);
// Registers file permissions from |handler_host_permissions_| with
// ChildProcessSecurityPolicy for process with id |handler_pid|.

Powered by Google App Engine
This is Rietveld 408576698