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:
@ -12,8 +12,7 @@
|
||||
#include "include/cef_extension_handler.h"
|
||||
#include "include/wrapper/cef_resource_manager.h"
|
||||
|
||||
namespace client {
|
||||
namespace extension_util {
|
||||
namespace client::extension_util {
|
||||
|
||||
// Returns true if |extension_path| can be handled internally via
|
||||
// LoadBinaryResource. This checks a hard-coded list of allowed extension path
|
||||
@ -74,7 +73,6 @@ std::string GetExtensionURL(CefRefPtr<CefExtension> extension);
|
||||
std::string GetExtensionIconPath(CefRefPtr<CefExtension> extension,
|
||||
bool* internal);
|
||||
|
||||
} // namespace extension_util
|
||||
} // namespace client
|
||||
} // namespace client::extension_util
|
||||
|
||||
#endif // CEF_TESTS_CEFCLIENT_BROWSER_EXTENSION_UTIL_H_
|
||||
|
Reference in New Issue
Block a user