Chromium Code Reviews| Index: chrome/browser/download/download_uitest.cc |
| =================================================================== |
| --- chrome/browser/download/download_uitest.cc (revision 69787) |
| +++ chrome/browser/download/download_uitest.cc (working copy) |
| @@ -1,15 +1,16 @@ |
| -// Copyright (c) 2006-2008 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. |
| -#include <sstream> |
| -#include <string> |
| +#include "build/build_config.h" |
| -#include "build/build_config.h" |
| #if defined(OS_WIN) |
|
James Hawkins
2010/12/22 21:54:36
According to the style guide, platform-specific he
Lei Zhang
2011/01/08 01:51:36
Done.
|
| #include <shlwapi.h> |
| #endif |
| +#include <sstream> |
| +#include <string> |
| + |
| #include "base/command_line.h" |
| #include "base/file_util.h" |
| #include "base/path_service.h" |
| @@ -22,7 +23,6 @@ |
| #include "chrome/browser/net/url_request_slow_download_job.h" |
| #include "chrome/common/chrome_constants.h" |
| #include "chrome/common/chrome_paths.h" |
| -#include "chrome/common/chrome_switches.h" |
| #include "chrome/test/ui/ui_test.h" |
| #include "chrome/test/automation/tab_proxy.h" |
| #include "chrome/test/automation/browser_proxy.h" |