blob: c876b6d17e7c9b1b2ad1ebf6d24a0002b798f80b [file] [log] [blame]
Paul Stewart75897df2011-04-27 09:05:53 -07001// Copyright (c) 2011 The Chromium OS 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.
4
5#include "shill/shill_config.h"
6
7namespace shill {
8
9const char Config::kShillDefaultPrefsDir[] = "/var/lib/shill";
10
11Config::Config(/*FilePath &prefs_dir, FilePath &def_prefs_dir*/)
12 /* : prefs_dir_(prefs_dir), def_prefs_dir_(def_prefs_dir) */ {}
13
14} // namespace shill