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