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

Unified Diff: components/crash/core/browser/crashes_ui_util.cc

Issue 2712513004: Use a qualified path for grit-generated headers in components/ (Closed)
Patch Set: more checkdeps Created 3 years, 10 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: components/crash/core/browser/crashes_ui_util.cc
diff --git a/components/crash/core/browser/crashes_ui_util.cc b/components/crash/core/browser/crashes_ui_util.cc
index b9651dd46a22b6341a7e9f7fa531abb8f84c7121..78fa705f2e31c1e60939ad8294500da4aaf42bdb 100644
--- a/components/crash/core/browser/crashes_ui_util.cc
+++ b/components/crash/core/browser/crashes_ui_util.cc
@@ -11,9 +11,9 @@
#include "base/i18n/time_formatting.h"
#include "base/macros.h"
#include "base/values.h"
+#include "components/strings/grit/components_chromium_strings.h"
+#include "components/strings/grit/components_strings.h"
#include "components/upload_list/upload_list.h"
-#include "grit/components_chromium_strings.h"
-#include "grit/components_strings.h"
namespace crash {

Powered by Google App Engine
This is Rietveld 408576698