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

Unified Diff: components/dom_distiller/core/distiller_unittest.cc

Issue 82353002: Move more webdata unittests into components_unittests target. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ComponentsTestSuite Created 7 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
Index: components/dom_distiller/core/distiller_unittest.cc
diff --git a/components/dom_distiller/core/distiller_unittest.cc b/components/dom_distiller/core/distiller_unittest.cc
index faf24ad44332fd4220f895def5b31724892547cd..ed9063abc732002a49fbc1fb7b651de9d578367e 100644
--- a/components/dom_distiller/core/distiller_unittest.cc
+++ b/components/dom_distiller/core/distiller_unittest.cc
@@ -16,7 +16,6 @@
#include "net/url_request/url_request_context_getter.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
-#include "ui/base/resource/resource_bundle.h"
#if defined(OS_ANDROID)
#include "base/android/jni_android.h"
@@ -140,7 +139,6 @@ TEST_F(DistillerTest, DistillPage) {
ui::android::RegisterJni(env);
#endif
- ui::ResourceBundle::InitSharedInstanceWithLocale("en-US", NULL);
base::MessageLoop loop(base::MessageLoop::TYPE_UI);
scoped_ptr<base::ListValue> list(new base::ListValue());
list->AppendString(kTitle);

Powered by Google App Engine
This is Rietveld 408576698