| Index: chrome/browser/first_run.cc
|
| ===================================================================
|
| --- chrome/browser/first_run.cc (revision 16052)
|
| +++ chrome/browser/first_run.cc (working copy)
|
| @@ -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"
|
|
|