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

Unified Diff: components/dom_distiller/content/browser/distillable_page_utils.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/dom_distiller/content/browser/distillable_page_utils.cc
diff --git a/components/dom_distiller/content/browser/distillable_page_utils.cc b/components/dom_distiller/content/browser/distillable_page_utils.cc
index 0d79f5758cd9784bc1d64b0b954d329539f11da4..dd0f9625287f9f7bbaf4fdbc4f56ed0a674ab8d4 100644
--- a/components/dom_distiller/content/browser/distillable_page_utils.cc
+++ b/components/dom_distiller/content/browser/distillable_page_utils.cc
@@ -15,8 +15,8 @@
#include "components/dom_distiller/core/distillable_page_detector.h"
#include "components/dom_distiller/core/experiments.h"
#include "components/dom_distiller/core/page_features.h"
+#include "components/grit/components_resources.h"
#include "content/public/browser/render_frame_host.h"
-#include "grit/components_resources.h"
#include "ui/base/resource/resource_bundle.h"
namespace dom_distiller {

Powered by Google App Engine
This is Rietveld 408576698