chromium/chrome/browser/sync_file_system/local/local_file_sync_status_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/local/local_file_sync_status.h"

#include "content/public/test/browser_task_environment.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "url/gurl.h"

FileSystemURL;

namespace sync_file_system {

namespace {

const char kParent[] =;
const char kFile[]   =;
const char kChild[]  =;
const char kHasPeriod[]   =;

const char kOther1[] =;
const char kOther2[] =;

FileSystemURL URL(const char* spec) {}

}  // namespace

class LocalFileSyncStatusTest : public testing::Test {};

TEST_F(LocalFileSyncStatusTest, WritingSimple) {}

TEST_F(LocalFileSyncStatusTest, SyncingSimple) {}

TEST_F(LocalFileSyncStatusTest, WritingOnPathsWithPeriod) {}

TEST_F(LocalFileSyncStatusTest, SyncingOnPathsWithPeriod) {}

}  // namespace sync_file_system