Skip to content
Snippets Groups Projects
Commit 641fa131 authored by tholenst's avatar tholenst Committed by Charles Lee
Browse files

Automatically generated fix for header guard.

PiperOrigin-RevId: 242860936
GitOrigin-RevId: 11c1733d1ff0d100c95c0602148cb23c421679e1
parent c48716a5
No related branches found
No related tags found
No related merge requests found
......@@ -14,8 +14,8 @@
//
///////////////////////////////////////////////////////////////////////////////
#ifndef TINK_UTIL_KEYSET_UTIL_H_
#define TINK_UTIL_KEYSET_UTIL_H_
#ifndef TINK_UTIL_TEST_KEYSET_HANDLE_H_
#define TINK_UTIL_TEST_KEYSET_HANDLE_H_
#include "tink/keyset_handle.h"
#include "proto/tink.pb.h"
......@@ -39,4 +39,4 @@ class TestKeysetHandle {
} // namespace tink
} // namespace crypto
#endif // TINK_UTIL_KEYSET_UTIL_H_
#endif // TINK_UTIL_TEST_KEYSET_HANDLE_H_
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment