| Index: chrome/browser/plugin_download_helper.h
|
| ===================================================================
|
| --- chrome/browser/plugin_download_helper.h (revision 110386)
|
| +++ chrome/browser/plugin_download_helper.h (working copy)
|
| @@ -7,9 +7,8 @@
|
| #pragma once
|
|
|
| #include <string>
|
| -#include "build/build_config.h"
|
|
|
| -#if defined(OS_WIN)
|
| +#include "build/build_config.h"
|
| #include "base/file_path.h"
|
| #include "base/message_loop_proxy.h"
|
| #include "content/public/common/url_fetcher_delegate.h"
|
| @@ -64,6 +63,4 @@
|
| DISALLOW_COPY_AND_ASSIGN(PluginDownloadUrlHelper);
|
| };
|
|
|
| -#endif // OS_WIN
|
| -
|
| #endif // CHROME_BROWSER_PLUGIN_DOWNLOAD_HELPER_H_
|
|
|