Skip to content

Commit

Permalink
Fix a header guard to match filepath.
Browse files Browse the repository at this point in the history
Review URL: https://codereview.chromium.org/564583003

Cr-Commit-Position: refs/heads/master@{#294539}
  • Loading branch information
eroman authored and Commit bot committed Sep 12, 2014
1 parent 36ab8ba commit aecd62a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/child/webcrypto/algorithm_implementation.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 CONTENT_CHILD_WEBCRYPTO_CRYPTO_ALGORITHM_IMPLEMENTATION_H_
#define CONTENT_CHILD_WEBCRYPTO_CRYPTO_ALGORITHM_IMPLEMENTATION_H_
#ifndef CONTENT_CHILD_WEBCRYPTO_ALGORITHM_IMPLEMENTATION_H_
#define CONTENT_CHILD_WEBCRYPTO_ALGORITHM_IMPLEMENTATION_H_

#include <stdint.h>
#include <vector>
Expand Down Expand Up @@ -171,4 +171,4 @@ class AlgorithmImplementation {

} // namespace content

#endif // CONTENT_CHILD_WEBCRYPTO_CRYPTO_ALGORITHM_IMPLEMENTATION_H_
#endif // CONTENT_CHILD_WEBCRYPTO_ALGORITHM_IMPLEMENTATION_H_

0 comments on commit aecd62a

Please sign in to comment.