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

Side by Side Diff: chrome/browser/diagnostics/sqlite_diagnostics.h

Issue 1542413002: Switch to standard integer types in chrome/browser/, part 1 of 4. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 12 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
1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_DIAGNOSTICS_SQLITE_DIAGNOSTICS_H_ 5 #ifndef CHROME_BROWSER_DIAGNOSTICS_SQLITE_DIAGNOSTICS_H_
6 #define CHROME_BROWSER_DIAGNOSTICS_SQLITE_DIAGNOSTICS_H_ 6 #define CHROME_BROWSER_DIAGNOSTICS_SQLITE_DIAGNOSTICS_H_
7 7
8 #include "build/build_config.h"
8 #include "chrome/browser/diagnostics/diagnostics_test.h" 9 #include "chrome/browser/diagnostics/diagnostics_test.h"
9 10
10 namespace diagnostics { 11 namespace diagnostics {
11 12
12 enum SQLiteIntegrityOutcomeCode { 13 enum SQLiteIntegrityOutcomeCode {
13 DIAG_SQLITE_SUCCESS, 14 DIAG_SQLITE_SUCCESS,
14 DIAG_SQLITE_FILE_NOT_FOUND_OK, 15 DIAG_SQLITE_FILE_NOT_FOUND_OK,
15 DIAG_SQLITE_FILE_NOT_FOUND, 16 DIAG_SQLITE_FILE_NOT_FOUND,
16 DIAG_SQLITE_ERROR_HANDLER_CALLED, 17 DIAG_SQLITE_ERROR_HANDLER_CALLED,
17 DIAG_SQLITE_CANNOT_OPEN_DB, 18 DIAG_SQLITE_CANNOT_OPEN_DB,
(...skipping 11 matching lines...) Expand all
29 DiagnosticsTest* MakeSqliteNssCertDbTest(); 30 DiagnosticsTest* MakeSqliteNssCertDbTest();
30 DiagnosticsTest* MakeSqliteNssKeyDbTest(); 31 DiagnosticsTest* MakeSqliteNssKeyDbTest();
31 #endif // defined(OS_CHROMEOS) 32 #endif // defined(OS_CHROMEOS)
32 33
33 DiagnosticsTest* MakeSqliteWebDatabaseTrackerDbTest(); 34 DiagnosticsTest* MakeSqliteWebDatabaseTrackerDbTest();
34 DiagnosticsTest* MakeSqliteWebDataDbTest(); 35 DiagnosticsTest* MakeSqliteWebDataDbTest();
35 36
36 } // namespace diagnostics 37 } // namespace diagnostics
37 38
38 #endif // CHROME_BROWSER_DIAGNOSTICS_SQLITE_DIAGNOSTICS_H_ 39 #endif // CHROME_BROWSER_DIAGNOSTICS_SQLITE_DIAGNOSTICS_H_
OLDNEW
« no previous file with comments | « chrome/browser/diagnostics/recon_diagnostics.cc ('k') | chrome/browser/diagnostics/sqlite_diagnostics.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698