diff options
Diffstat (limited to 'ash/first_run/first_run_helper.cc')
-rw-r--r-- | ash/first_run/first_run_helper.cc | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ash/first_run/first_run_helper.cc b/ash/first_run/first_run_helper.cc new file mode 100644 index 0000000..684bb39 --- /dev/null +++ b/ash/first_run/first_run_helper.cc @@ -0,0 +1,13 @@ +// Copyright 2013 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 "ash/first_run/first_run_helper.h" + +namespace ash { + +FirstRunHelper::FirstRunHelper() {} +FirstRunHelper::~FirstRunHelper() {} + +} // namespace chromeos + |