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

Unified Diff: chrome/browser/extensions/api/sessions/sessions_apitest.cc

Issue 1336823003: Move chrome::HostDesktopType to ui::HostDesktopType (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@base_session_service_delegate_impl
Patch Set: Fix build on Mac and CrOS Created 5 years, 3 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/extensions/api/sessions/sessions_apitest.cc
diff --git a/chrome/browser/extensions/api/sessions/sessions_apitest.cc b/chrome/browser/extensions/api/sessions/sessions_apitest.cc
index 90ebba80a6259eb86377a3700d4270ba8aed71a8..26ab8a8c616447e65a6fce8fe8a23f794be47052 100644
--- a/chrome/browser/extensions/api/sessions/sessions_apitest.cc
+++ b/chrome/browser/extensions/api/sessions/sessions_apitest.cc
@@ -153,8 +153,8 @@ void ExtensionSessionsTest::CreateTestProfileSyncService() {
ProfileSyncServiceMock* service = static_cast<ProfileSyncServiceMock*>(
ProfileSyncServiceFactory::GetInstance()->SetTestingFactoryAndUse(
profile, &ExtensionSessionsTest::BuildProfileSyncService));
- browser_ = new Browser(Browser::CreateParams(
- profile, chrome::HOST_DESKTOP_TYPE_NATIVE));
+ browser_ =
+ new Browser(Browser::CreateParams(profile, ui::HOST_DESKTOP_TYPE_NATIVE));
syncer::ModelTypeSet preferred_types;
preferred_types.Put(syncer::SESSIONS);

Powered by Google App Engine
This is Rietveld 408576698