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

Unified Diff: chrome/browser/resources_util_unittest.cc

Issue 2290753004: Finish changing chrome/ grit includes to use qualified paths. (Closed)
Patch Set: Rebase, fix new unqualified include Created 4 years, 4 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/resources_util_unittest.cc
diff --git a/chrome/browser/resources_util_unittest.cc b/chrome/browser/resources_util_unittest.cc
index edb7268ada8f29540975d4b5035732ce426970d5..033012f04e4f1defbf0acade39911f3a335314aa 100644
--- a/chrome/browser/resources_util_unittest.cc
+++ b/chrome/browser/resources_util_unittest.cc
@@ -14,7 +14,7 @@
#include "ui/resources/grit/ui_resources.h"
#if defined(OS_CHROMEOS)
-#include "grit/ui_chromeos_resources.h"
+#include "ui/chromeos/resources/grit/ui_chromeos_resources.h"
#endif
TEST(ResourcesUtil, SpotCheckIds) {
« no previous file with comments | « chrome/browser/resources/chromeos/chromevox/strings/BUILD.gn ('k') | chrome/browser/ui/ash/chrome_screenshot_grabber.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698