chromium/components/sync/model/sync_error_unittest.cc

// Copyright 2012 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "components/sync/model/sync_error.h"

#include "base/location.h"
#include "base/logging.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace syncer {

namespace {

string;
HasSubstr;

SyncErrorTest;

TEST_F(SyncErrorTest, Unset) {}

TEST_F(SyncErrorTest, Default) {}

TEST_F(SyncErrorTest, LowSeverity) {}

TEST_F(SyncErrorTest, Reset) {}

TEST_F(SyncErrorTest, Copy) {}

TEST_F(SyncErrorTest, Assign) {}

TEST_F(SyncErrorTest, ToString) {}

}  // namespace

}  // namespace syncer