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

Unified Diff: components/resource_provider/resource_provider_unittest.cc

Issue 1882423004: Move shell service to toplevel shell namespace (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 8 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 | « components/resource_provider/resource_provider_test_app.cc ('k') | content/browser/browser_context.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/resource_provider/resource_provider_unittest.cc
diff --git a/components/resource_provider/resource_provider_unittest.cc b/components/resource_provider/resource_provider_unittest.cc
index ac4e1440d6a9e4c2a1f0332f3f2997f574981f8c..46e60d7465fc3ff8ed2b7a12263a89c6f49fd3f9 100644
--- a/components/resource_provider/resource_provider_unittest.cc
+++ b/components/resource_provider/resource_provider_unittest.cc
@@ -10,10 +10,10 @@
namespace resource_provider {
namespace test {
-class ResourceProviderTest : public mojo::test::ShellTest {
+class ResourceProviderTest : public shell::test::ShellTest {
public:
ResourceProviderTest()
- : mojo::test::ShellTest("exe:resource_provider_unittests") {}
+ : shell::test::ShellTest("exe:resource_provider_unittests") {}
~ResourceProviderTest() override {}
private:
« no previous file with comments | « components/resource_provider/resource_provider_test_app.cc ('k') | content/browser/browser_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698