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

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: fix mac 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
« no previous file with comments | « chrome/browser/ui/cocoa/content_settings/cookie_details_unittest.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
+#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_
« no previous file with comments | « chrome/browser/ui/cocoa/content_settings/cookie_details_unittest.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698