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

Unified Diff: chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc

Issue 1885683005: Add module suffix in .mojom files for components/arc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase only 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
Index: chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc
diff --git a/chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc b/chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc
index ec40684d34cc949ad0a3aeb91b5c379d1cf4e6c9..16bc7e744d5bc6c92edd3175c76a6c28f3ed8516 100644
--- a/chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc
+++ b/chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc
@@ -660,7 +660,8 @@ class ChromeLauncherControllerTest : public BrowserWithTestWindowTest {
void UninstallArcApps() {
arc_test_.app_instance()->RefreshAppList();
- arc_test_.app_instance()->SendRefreshAppList(std::vector<arc::AppInfo>());
+ arc_test_.app_instance()->SendRefreshAppList(
+ std::vector<arc::mojom::AppInfo>());
}
// Creates app window and set optional Arc application id.
@@ -1471,7 +1472,7 @@ TEST_F(ChromeLauncherControllerTest, ArcAppPin) {
TEST_F(ChromeLauncherControllerTest, ArcAppShelf) {
InitLauncherController();
- const arc::AppInfo& app_info = arc_test_.fake_apps()[0];
+ const arc::mojom::AppInfo& app_info = arc_test_.fake_apps()[0];
const std::string arc_app_id = ArcAppTest::GetAppId(app_info);
InstallArcApps();
« no previous file with comments | « chrome/browser/ui/ash/launcher/arc_app_window_launcher_controller.cc ('k') | chrome/gpu/chrome_content_gpu_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698