chromium/chrome/common/auto_start_linux.h

// Copyright 2011 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef CHROME_COMMON_AUTO_START_LINUX_H_
#define CHROME_COMMON_AUTO_START_LINUX_H_

#include <string>

namespace base {
class FilePath;
class Environment;
}  // namespace base

class AutoStart {};

#endif  // CHROME_COMMON_AUTO_START_LINUX_H_