blob: 2ad6210faf6d3ac782ce787ae98b9bc3f54a53f3 [file] [log] [blame]
// Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef SHILL_SHIMS_NET_DIAGS_UPLOAD_H_
#define SHILL_SHIMS_NET_DIAGS_UPLOAD_H_
#include "shill/byte_string.h"
class FilePath;
namespace shill {
namespace shims {
static const char kStashedNetLog[] = "/var/log/net-diags.net.log";
} // namespace shims
} // namespace shill
#endif // SHILL_NET_DIAGS_UPLOAD_H_