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

Unified Diff: content/public/test/test_file_system_options.cc

Issue 137923003: Change fileapi namespace to content for files that are moved under content/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: build fix Created 6 years, 11 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 | « content/public/test/test_file_system_options.h ('k') | net/url_request/url_request.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/test/test_file_system_options.cc
diff --git a/content/public/test/test_file_system_options.cc b/content/public/test/test_file_system_options.cc
index c63808b23f620ad5df1820e5507fb7b4f8488932..81c4642b403c58d59f578b67d18018c6eb8c571a 100644
--- a/content/public/test/test_file_system_options.cc
+++ b/content/public/test/test_file_system_options.cc
@@ -7,7 +7,9 @@
#include <string>
#include <vector>
-namespace fileapi {
+using fileapi::FileSystemOptions;
+
+namespace content {
FileSystemOptions CreateIncognitoFileSystemOptions() {
std::vector<std::string> additional_allowed_schemes;
@@ -37,4 +39,4 @@ FileSystemOptions CreateDisallowFileAccessOptions() {
additional_allowed_schemes);
};
-} // namespace fileapi
+} // namespace content
« no previous file with comments | « content/public/test/test_file_system_options.h ('k') | net/url_request/url_request.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698