1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "chrome/browser/extensions/api/music_manager_private/device_id.h"
7 #include "chromeos/cryptohome/system_salt_getter.h"
13 void DeviceId::GetRawDeviceId(const IdCallback
& callback
) {
14 chromeos::SystemSaltGetter::Get()->GetSystemSalt(callback
);
18 } // namespace extensions