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

Unified Diff: content/test/content_test_suite.cc

Issue 7669040: content: Move render_widget_host_view_gtk to content/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: chromeos fix. Created 9 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
« no previous file with comments | « content/content_tests.gypi ('k') | content/test/data/gtk_key_bindings_test_gtkrc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/content_test_suite.cc
diff --git a/content/test/content_test_suite.cc b/content/test/content_test_suite.cc
index 2cfc1e590756f0e6ccf2ad71c74e1a9c90a2945f..a6ebf01b617468f76e7211596df759613b81181b 100644
--- a/content/test/content_test_suite.cc
+++ b/content/test/content_test_suite.cc
@@ -7,8 +7,10 @@
#include "base/logging.h"
#include "base/memory/scoped_ptr.h"
#include "content/common/content_client.h"
+#include "content/common/content_paths.h"
#include "content/test/test_content_client.h"
#include "testing/gtest/include/gtest/gtest.h"
+#include "ui/base/ui_base_paths.h"
namespace {
@@ -47,6 +49,9 @@ ContentTestSuite::~ContentTestSuite() {
void ContentTestSuite::Initialize() {
base::TestSuite::Initialize();
+ content::RegisterPathProvider();
+ ui::RegisterPathProvider();
+
testing::TestEventListeners& listeners =
testing::UnitTest::GetInstance()->listeners();
listeners.Append(new TestContentClientInitializer);
« no previous file with comments | « content/content_tests.gypi ('k') | content/test/data/gtk_key_bindings_test_gtkrc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698