diff options
Diffstat (limited to 'chrome/browser/first_run.cc')
-rw-r--r-- | chrome/browser/first_run.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/first_run.cc b/chrome/browser/first_run.cc index 6304609..d00ee47 100644 --- a/chrome/browser/first_run.cc +++ b/chrome/browser/first_run.cc @@ -2,6 +2,8 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. +#include "chrome/browser/first_run.h" + #include <atlbase.h> #include <atlcom.h> #include <windows.h> @@ -9,8 +11,6 @@ #include <sstream> -#include "chrome/browser/first_run.h" - #include "app/resource_bundle.h" #include "base/command_line.h" #include "base/file_util.h" |