chromium/chrome/browser/sync_file_system/syncable_file_system_util_unittest.cc

// 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 "chrome/browser/sync_file_system/syncable_file_system_util.h"

#include "base/files/scoped_temp_dir.h"
#include "chrome/browser/sync_file_system/local/canned_syncable_file_system.h"
#include "chrome/browser/sync_file_system/local/local_file_sync_context.h"
#include "storage/browser/file_system/external_mount_points.h"
#include "storage/common/file_system/file_system_types.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/public/common/storage_key/storage_key.h"
#include "url/gurl.h"

ExternalMountPoints;
FileSystemURL;

namespace sync_file_system {

namespace {

const char kSyncableFileSystemRootURI[] =;
const char kNonRegisteredFileSystemRootURI[] =;
const char kNonSyncableFileSystemRootURI[] =;

const char kOrigin[] =;
const base::FilePath::CharType kPath[] =);

FileSystemURL CreateFileSystemURL(const std::string& url) {}

base::FilePath CreateNormalizedFilePath(const base::FilePath::CharType* path) {}

}  // namespace

TEST(SyncableFileSystemUtilTest, GetSyncableFileSystemRootURI) {}

TEST(SyncableFileSystemUtilTest, CreateSyncableFileSystemURL) {}

TEST(SyncableFileSystemUtilTest,
       SerializeAndDesirializeSyncableFileSystemURL) {}

TEST(SyncableFileSystemUtilTest,
     FailInSerializingAndDeserializingSyncableFileSystemURL) {}

TEST(SyncableFileSystemUtilTest, SyncableFileSystemURL_IsParent) {}

}  // namespace sync_file_system