// Copyright 2013 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "storage/browser/test/test_file_system_options.h" #include <string> #include <vector> #include "build/build_config.h" #include "build/chromeos_buildflags.h" namespace storage { FileSystemOptions CreateIncognitoFileSystemOptions() { … } FileSystemOptions CreateAllowFileAccessOptions() { … } FileSystemOptions CreateDisallowFileAccessOptions() { … } } // namespace storage