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

Unified Diff: chrome/browser/extensions/component_loader.cc

Issue 8437087: Add a missing header for official build to fix compile error. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/component_loader.cc
diff --git a/chrome/browser/extensions/component_loader.cc b/chrome/browser/extensions/component_loader.cc
index 6cf7f5534409073d9fecc7aa2c1cd851c3a0f5a6..25fcd27e4b8218844d3ee8d8265fa12134fb92b6 100644
--- a/chrome/browser/extensions/component_loader.cc
+++ b/chrome/browser/extensions/component_loader.cc
@@ -16,6 +16,10 @@
#include "grit/browser_resources.h"
#include "ui/base/resource/resource_bundle.h"
+#if defined(OFFICIAL_BUILD)
+#include "chrome/browser/defaults.h"
+#endif
+
namespace {
typedef std::list<std::pair<FilePath::StringType, int> >
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698