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

Unified Diff: webkit/browser/fileapi/file_system_options.h

Issue 21116008: FileAPI: Move FileSystemQuotaUtil related functions into SandboxContext (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 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: webkit/browser/fileapi/file_system_options.h
diff --git a/webkit/browser/fileapi/file_system_options.h b/webkit/browser/fileapi/file_system_options.h
index b6e78efce61dadd27d210a8fb258402496c3eafc..ba2a935a89ab53a63f559a2ccc7e1e4c36d8b083 100644
--- a/webkit/browser/fileapi/file_system_options.h
+++ b/webkit/browser/fileapi/file_system_options.h
@@ -44,8 +44,8 @@ class WEBKIT_STORAGE_BROWSER_EXPORT FileSystemOptions {
}
private:
- const ProfileMode profile_mode_;
- const std::vector<std::string> additional_allowed_schemes_;
+ ProfileMode profile_mode_;
+ std::vector<std::string> additional_allowed_schemes_;
};
} // namespace fileapi

Powered by Google App Engine
This is Rietveld 408576698