| Index: base/file_version_info.cc
|
| diff --git a/base/file_version_info.cc b/base/file_version_info.cc
|
| index 95fa7c65f12fef68976b082e365da5f78a08a894..4f7f23d47e4245e1d099e5de236ab8e99f2663d4 100644
|
| --- a/base/file_version_info.cc
|
| +++ b/base/file_version_info.cc
|
| @@ -2,10 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include <windows.h>
|
| -
|
| #include "base/file_version_info.h"
|
|
|
| +#include <windows.h>
|
| +
|
| +#include "base/file_path.h"
|
| #include "base/logging.h"
|
| #include "base/path_service.h"
|
|
|
|
|