blob: cb7dd82be7d0eb8fa7c4c5c8b87684ce28aed4b0 [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_SHIMS_NET_DIAGS_UPLOAD_H_