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

Side by Side Diff: sql/db_diagnostic_map.h

Issue 2107493002: Offer user to send feedback from profile error dialog (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Yet more compile errors Created 4 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 unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright 2016 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #ifndef SQL_DB_DIAGNOSTIC_MAP_H_
6 #define SQL_DB_DIAGNOSTIC_MAP_H_
7
8 #include <map>
9 #include <string>
10
11 namespace sql {
12
13 // Contains key-value pair of diagnostic information about the sql database.
14 using DatabaseDiagnosticMap = std::map<std::string, std::string>;
15
16 } // namespace sql
17
18 #endif // SQL_DB_DIAGNOSTIC_MAP_H_
OLDNEW
« sql/connection.cc ('K') | « sql/connection.cc ('k') | sql/sql.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698