diff options
Diffstat (limited to 'chrome_frame/chrome_launcher_utils.h')
-rw-r--r-- | chrome_frame/chrome_launcher_utils.h | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/chrome_frame/chrome_launcher_utils.h b/chrome_frame/chrome_launcher_utils.h index c72569b..31698c5 100644 --- a/chrome_frame/chrome_launcher_utils.h +++ b/chrome_frame/chrome_launcher_utils.h @@ -1,15 +1,14 @@ -// Copyright (c) 2009 The Chromium Authors. All rights reserved. +// Copyright (c) 2010 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. -#ifndef CHROME_FRAME_CHROME_LAUNCHER_H_ -#define CHROME_FRAME_CHROME_LAUNCHER_H_ +#ifndef CHROME_FRAME_CHROME_LAUNCHER_UTILS_H_ +#define CHROME_FRAME_CHROME_LAUNCHER_UTILS_H_ #include <string> -#include "base/file_path.h" - class CommandLine; +class FilePath; namespace chrome_launcher { @@ -29,4 +28,4 @@ FilePath GetChromeExecutablePath(); } // namespace chrome_launcher -#endif // CHROME_FRAME_CHROME_LAUNCHER_H_ +#endif // CHROME_FRAME_CHROME_LAUNCHER_UTILS_H_ |