Commit c90ae1e0 authored by Chris Mumford's avatar Chris Mumford Committed by Commit Bot

leveldb: Fixed incorrect header include guard.

Bug: None
Change-Id: I2c9ec29d8559ad1afb61fddafbf27af320b4f8e5
Reviewed-on: https://chromium-review.googlesource.com/683003Reviewed-by: default avatarMarijn Kruisselbrink <mek@chromium.org>
Reviewed-by: default avatarKen Buchanan <kenrb@chromium.org>
Commit-Queue: Chris Mumford <cmumford@chromium.org>
Cr-Commit-Position: refs/heads/master@{#504415}
parent 982d2607
......@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef COMPONENTS_LEVELDB_PROTO_LEVELDB_STRUCT_TRAITS_H_
#define COMPONENTS_LEVELDB_PROTO_LEVELDB_STRUCT_TRAITS_H_
#ifndef COMPONENTS_LEVELDB_LEVELDB_STRUCT_TRAITS_H_
#define COMPONENTS_LEVELDB_LEVELDB_STRUCT_TRAITS_H_
#include "components/leveldb/public/interfaces/leveldb.mojom.h"
......@@ -24,4 +24,4 @@ struct StructTraits<leveldb::mojom::OpenOptionsDataView, leveldb_env::Options> {
} // namespace mojo
#endif // COMPONENTS_LEVELDB_PROTO_LEVELDB_STRUCT_TRAITS_H_
#endif // COMPONENTS_LEVELDB_LEVELDB_STRUCT_TRAITS_H_
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment