dawn_native: Fixup header guards from BACKEND_ to DAWNNATIVE_

This commit is contained in:
Corentin Wallez
2018-07-24 16:42:33 +02:00
committed by Corentin Wallez
parent d37523fbde
commit 30965a7729
113 changed files with 339 additions and 339 deletions

View File

@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
#ifndef BACKEND_ERRORDATA_H_
#define BACKEND_ERRORDATA_H_
#ifndef DAWNNATIVE_ERRORDATA_H_
#define DAWNNATIVE_ERRORDATA_H_
#include <string>
#include <vector>
@@ -42,4 +42,4 @@ namespace backend {
} // namespace backend
#endif // BACKEND_ERRORDATA_H_
#endif // DAWNNATIVE_ERRORDATA_H_