Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(108)

Unified Diff: sql/sql_export.h

Issue 1238583002: sql: Cleanup to fix the header include guards. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sql/init_status.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sql/sql_export.h
diff --git a/sql/sql_export.h b/sql/sql_export.h
index 7ab3355849940734559aa24ecb380a8981e50cf3..165120c6818d474e5a2af95732e526dd6d9d15e0 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_
« no previous file with comments | « sql/init_status.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698