#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) { … }
}
}