blob: fba9c667aebeb8daf9344ceedcf2008ccf6474b1 [file] [log] [blame]
// Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chrome/browser/chromeos/policy/enrollment_config.h"
namespace policy {
EnrollmentConfig::EnrollmentConfig() : mode(MODE_NONE) {
}
} // namespace policy