// 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 |