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

Unified Diff: chrome/test/unit/chrome_test_suite.h

Issue 115420: Reland this change. Registers paths for the testing exe, too.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 7 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
« no previous file with comments | « chrome/test/data/icon_util/16_X_16_icon.ico ('k') | views/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/unit/chrome_test_suite.h
===================================================================
--- chrome/test/unit/chrome_test_suite.h (revision 16191)
+++ chrome/test/unit/chrome_test_suite.h (working copy)
@@ -9,6 +9,7 @@
#include <string>
+#include "app/app_paths.h"
#include "app/resource_bundle.h"
#include "base/stats_table.h"
#include "base/file_util.h"
@@ -74,6 +75,7 @@
scoped_host_mapper_.Init(host_mapper_.get());
chrome::RegisterPathProvider();
+ app::RegisterPathProvider();
g_browser_process = new TestingBrowserProcess;
// Notice a user data override, and otherwise default to using a custom
« no previous file with comments | « chrome/test/data/icon_util/16_X_16_icon.ico ('k') | views/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698