blob: 7515eb9b7917ab3c80a96b4cfeae7d90d8cec04d [file] [log] [blame]
// Copyright 2012 Google Inc. All Rights Reserved.
// Use of this source code is governed by an Apache-style license that can be
// found in the COPYING file.
#include "base/logging.h"
#include "base/string16.h"
namespace rlz_lib {
bool GetRawMachineId(string16* data, int* more_data) {
NOTIMPLEMENTED();
return true;
}
} // namespace rlz_lib