Review fixes.

This commit is contained in:
Yuri Gorshenin 2015-07-20 17:12:41 +03:00 committed by Alex Zolotarev
parent c1eba8ce83
commit b6a51452a0
4 changed files with 8 additions and 1 deletions

View file

@ -330,7 +330,7 @@ UNIT_TEST(LocalCountryFile_DoNotDeleteUserFiles)
my::LogLevel oldLogLevel = my::g_LogLevel;
my::g_LogLevel = LCRITICAL;
MY_SCOPE_GUARD(restoreLogLevel, [&oldLogLevel]()
{
{
my::g_LogLevel = oldLogLevel;
});

View file

@ -1,8 +1,11 @@
#include "platform/platform_tests_support/scoped_dir.hpp"
#include "testing/testing.hpp"
#include "coding/file_name_utils.hpp"
#include "base/logging.hpp"
#include "std/sstream.hpp"
namespace platform

View file

@ -1,7 +1,9 @@
#pragma once
#include "platform/platform.hpp"
#include "base/macros.hpp"
#include "std/string.hpp"
namespace platform

View file

@ -2,7 +2,9 @@
#include "platform/country_defines.hpp"
#include "platform/platform.hpp"
#include "base/macros.hpp"
#include "std/string.hpp"
namespace platform