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

Unified Diff: webkit/common/database/database_identifier.h

Issue 17003010: Port BrowsingDataDatabaseHelper to webkit_database::DatabaseIdentifier (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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
Index: webkit/common/database/database_identifier.h
diff --git a/webkit/common/database/database_identifier.h b/webkit/common/database/database_identifier.h
index dd261f00e1786c4a24b09d972e97b2b7bbf1b94f..91973a1016b9fd3263256254280373e67f7039ef 100644
--- a/webkit/common/database/database_identifier.h
+++ b/webkit/common/database/database_identifier.h
@@ -2,6 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+#ifndef WEBKIT_COMMON_DATABASE_DATABASE_IDENTIFIER_H_
jamesr 2013/06/19 22:11:10 this is a big whoopsie - I got lucky since there w
michaeln 2013/06/19 23:28:29 whoa... does lint complain about this, or a presub
+#define WEBKIT_COMMON_DATABASE_DATABASE_IDENTIFIER_H_
+
#include <string>
#include "base/basictypes.h"
@@ -47,3 +50,5 @@ class WEBKIT_STORAGE_COMMON_EXPORT DatabaseIdentifier {
};
} // namespace webkit_database
+
+#endif // WEBKIT_COMMON_DATABASE_DATABASE_IDENTIFIER_H_

Powered by Google App Engine
This is Rietveld 408576698