mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-14 18:51:28 +00:00
dcf26b19b4
Differential Revision: https://phabricator.services.mozilla.com/D12154 --HG-- extra : moz-landing-system : lando
12 lines
177 B
C++
12 lines
177 B
C++
#ifndef __mozilla_GkRustUtils_h
|
|
#define __mozilla_GkRustUtils_h
|
|
|
|
#include "nsString.h"
|
|
|
|
class GkRustUtils {
|
|
public:
|
|
static void GenerateUUID(nsACString& aResult);
|
|
};
|
|
|
|
#endif
|