summaryrefslogtreecommitdiffstats
path: root/sql/sql_export.h
diff options
context:
space:
mode:
authortfarina <tfarina@chromium.org>2015-07-14 09:35:35 -0700
committerCommit bot <commit-bot@chromium.org>2015-07-14 16:36:22 +0000
commitfd5d2681c7b3b935ce292257cbaf6a5bbd12e93b (patch)
tree212c4d9b5b997c21e6ebce6f48bf46eb0fb9bf84 /sql/sql_export.h
parentfb008005a0fe6ec2fd0865732f5e4a7b89f08c8f (diff)
downloadchromium_src-fd5d2681c7b3b935ce292257cbaf6a5bbd12e93b.zip
chromium_src-fd5d2681c7b3b935ce292257cbaf6a5bbd12e93b.tar.gz
chromium_src-fd5d2681c7b3b935ce292257cbaf6a5bbd12e93b.tar.bz2
sql: Cleanup to fix the header include guards.
The header include guards should match the file path from root. These entries were found using a modified version of Eric's fix-include-guards.py script found attached in https://code.google.com/p/chromium/issues/detail?id=435361#c7. BUG=None TEST=sql_unittests R=erikwright@chromium.org Review URL: https://codereview.chromium.org/1238583002 Cr-Commit-Position: refs/heads/master@{#338703}
Diffstat (limited to 'sql/sql_export.h')
-rw-r--r--sql/sql_export.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sql/sql_export.h b/sql/sql_export.h
index 7ab3355..165120c 100644
--- a/sql/sql_export.h
+++ b/sql/sql_export.h
@@ -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 SQL_EXPORT_H_
-#define SQL_EXPORT_H_
+#ifndef SQL_SQL_EXPORT_H_
+#define SQL_SQL_EXPORT_H_
#if defined(COMPONENT_BUILD)
#if defined(WIN32)
@@ -26,4 +26,4 @@
#define SQL_EXPORT
#endif
-#endif // SQL_EXPORT_H_
+#endif // SQL_SQL_EXPORT_H_