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

Unified Diff: chrome/browser/diagnostics/sqlite_diagnostics.cc

Issue 2860553002: Clean up most of the ChromeOS headers in non-ChromeOS build (Closed)
Patch Set: rebase Created 3 years, 7 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: chrome/browser/diagnostics/sqlite_diagnostics.cc
diff --git a/chrome/browser/diagnostics/sqlite_diagnostics.cc b/chrome/browser/diagnostics/sqlite_diagnostics.cc
index 42056e4aabb7891e5939e5f19f745657ce88285e..074015046ba775d7c1e0fe5ef555135fa7959a69 100644
--- a/chrome/browser/diagnostics/sqlite_diagnostics.cc
+++ b/chrome/browser/diagnostics/sqlite_diagnostics.cc
@@ -22,7 +22,6 @@
#include "build/build_config.h"
#include "chrome/common/chrome_constants.h"
#include "chrome/common/chrome_paths.h"
-#include "chromeos/chromeos_constants.h"
#include "components/history/core/browser/history_constants.h"
#include "components/webdata/common/webdata_constants.h"
#include "content/public/common/content_constants.h"
@@ -31,6 +30,10 @@
#include "storage/browser/database/database_tracker.h"
#include "third_party/sqlite/sqlite3.h"
+#if defined(OS_CHROMEOS)
+#include "chromeos/chromeos_constants.h"
+#endif // defined(OS_CHROMEOS)
+
namespace diagnostics {
namespace {

Powered by Google App Engine
This is Rietveld 408576698