X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fcontent%2Fapp%2Fmojo%2Fmojo_browsertest.cc;h=17b869b99444cce2bbfe53f242938ae1c637941f;hb=4a1a0bdd01eef90b0826a0e761d3379d3715c10f;hp=f578b5724601fabe7a0ce7cde92d28f98dde0b7b;hpb=b1be5ca53587d23e7aeb77b26861fdc0a181ffd8;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/content/app/mojo/mojo_browsertest.cc b/src/content/app/mojo/mojo_browsertest.cc index f578b57..17b869b 100644 --- a/src/content/app/mojo/mojo_browsertest.cc +++ b/src/content/app/mojo/mojo_browsertest.cc @@ -3,7 +3,7 @@ // found in the LICENSE file. #include "content/public/test/content_browser_test.h" -#include "mojo/service_manager/service_manager.h" +#include "mojo/application_manager/application_manager.h" #include "testing/gtest/include/gtest/gtest.h" namespace content { @@ -14,7 +14,7 @@ class MojoTest : public ContentBrowserTest { protected: bool HasCreatedInstance() { - return mojo::ServiceManager::TestAPI::HasCreatedInstance(); + return mojo::ApplicationManager::TestAPI::HasCreatedInstance(); } private: