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

Unified Diff: sql/init_status.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 | « no previous file | sql/sql_export.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sql/init_status.h
diff --git a/sql/init_status.h b/sql/init_status.h
index 8002b4353b3aac089faca58235ba4567cfae5be4..f5e29e6d93fc867bd04c1d81da0748bbcee34e6d 100644
--- a/sql/init_status.h
+++ b/sql/init_status.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 APP_SQL_INIT_STATUS_H_
-#define APP_SQL_INIT_STATUS_H_
+#ifndef SQL_INIT_STATUS_H_
+#define SQL_INIT_STATUS_H_
namespace sql {
@@ -20,4 +20,4 @@ enum InitStatus {
} // namespace sql
-#endif // APP_SQL_INIT_STATUS_H_
+#endif // SQL_INIT_STATUS_H_
« no previous file with comments | « no previous file | sql/sql_export.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698