mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
tests: Format with clang-tidy (see #3632)
This commit is contained in:
@@ -8,8 +8,7 @@
|
||||
|
||||
#include "tests/cefclient/browser/window_test_runner.h"
|
||||
|
||||
namespace client {
|
||||
namespace window_test {
|
||||
namespace client::window_test {
|
||||
|
||||
// Windows platform implementation. Methods are safe to call on any browser
|
||||
// process thread.
|
||||
@@ -27,7 +26,6 @@ class WindowTestRunnerWin : public WindowTestRunner {
|
||||
void Restore(CefRefPtr<CefBrowser> browser) override;
|
||||
};
|
||||
|
||||
} // namespace window_test
|
||||
} // namespace client
|
||||
} // namespace client::window_test
|
||||
|
||||
#endif // CEF_TESTS_CEFCLIENT_BROWSER_WINDOW_TEST_RUNNER_WIN_H_
|
||||
|
Reference in New Issue
Block a user