Index: chrome/browser/ui/views/apps/app_info_dialog/app_info_permissions_panel_unittest.cc |
diff --git a/chrome/browser/ui/views/apps/app_info_dialog/app_info_permissions_panel_unittest.cc b/chrome/browser/ui/views/apps/app_info_dialog/app_info_permissions_panel_unittest.cc |
index b256553b05e1fc4afbdcc3c3b3ebc6f59b4dd438..cbf5b820b259c9ba63978d1b83b3b2fd6254629d 100644 |
--- a/chrome/browser/ui/views/apps/app_info_dialog/app_info_permissions_panel_unittest.cc |
+++ b/chrome/browser/ui/views/apps/app_info_dialog/app_info_permissions_panel_unittest.cc |
@@ -51,10 +51,9 @@ class AppInfoPermissionsPanelTest : public testing::Test { |
.Build(); |
} |
- TestingProfile profile_; |
- |
// We need the UI thread in order to construct UI elements in the view. |
content::TestBrowserThreadBundle thread_bundle_; |
+ TestingProfile profile_; |
}; |
// Tests that an app with no permissions is treated correctly. |