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

Unified Diff: chrome/common/sqlite_compiled_statement.h

Issue 384103: This patch is the rest of the lint cleanup minus the other open issue. (Closed)
Patch Set: Created 11 years, 1 month 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 | « chrome/common/resource_dispatcher.cc ('k') | chrome/common/sqlite_utils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/sqlite_compiled_statement.h
diff --git a/chrome/common/sqlite_compiled_statement.h b/chrome/common/sqlite_compiled_statement.h
index 2ddd81b60744c3194eeab26ebf1bff2cb3888e13..5d7c5d933b82b5451e6c38a79f6499b00a04b750 100644
--- a/chrome/common/sqlite_compiled_statement.h
+++ b/chrome/common/sqlite_compiled_statement.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 CHROME_COMMON_SQLITE_COMPILED_STATEMENT_
-#define CHROME_COMMON_SQLITE_COMPILED_STATEMENT_
+#ifndef CHROME_COMMON_SQLITE_COMPILED_STATEMENT_H_
+#define CHROME_COMMON_SQLITE_COMPILED_STATEMENT_H_
#include <map>
#include <string>
@@ -129,7 +129,7 @@ class SqliteCompiledStatement {
// var_name->bind_XXX(
// var_name->step();
// ...
-#define SQLITE_UNIQUE_STATEMENT(var_name, cache, sql) \
+#define CHROME_COMMON_SQLITE_COMPILED_STATEMENT_H_
SqliteCompiledStatement var_name(__FILE__, __LINE__, cache, sql)
-#endif // CHROME_COMMON_SQLITE_COMPILED_STATEMENT_
+#endif // CHROME_COMMON_SQLITE_COMPILED_STATEMENT_H_
« no previous file with comments | « chrome/common/resource_dispatcher.cc ('k') | chrome/common/sqlite_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698