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

Unified Diff: components/dom_distiller/core/distillable_page_detector.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/core/distillable_page_detector.cc
diff --git a/components/dom_distiller/core/distillable_page_detector.cc b/components/dom_distiller/core/distillable_page_detector.cc
index f116546ff5e6bbd992793ca20fc11c5452cfbc09..8f616e9a7615c48cc48fb821471afbf9b5e2ef40 100644
--- a/components/dom_distiller/core/distillable_page_detector.cc
+++ b/components/dom_distiller/core/distillable_page_detector.cc
@@ -8,7 +8,7 @@
#include <utility>
#include "base/logging.h"
-#include "grit/components_resources.h"
+#include "components/grit/components_resources.h"
#include "ui/base/resource/resource_bundle.h"
namespace dom_distiller {

Powered by Google App Engine
This is Rietveld 408576698