Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(921)

Unified Diff: base/file_version_info.cc

Issue 118162: Reduce header dependencies in base/ (Closed)
Patch Set: Created 11 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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"
« no previous file with comments | « base/file_version_info.h ('k') | base/file_version_info_mac.mm » ('j') | base/system_monitor.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698