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

Unified Diff: chrome/browser/plugin_download_helper.h

Issue 8591004: Don't build a bunch of stuff on Aura, rather than ifdefing out code in it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 1 month 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
« no previous file with comments | « chrome/browser/chrome_plugin_message_filter.cc ('k') | chrome/browser/plugin_download_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « chrome/browser/chrome_plugin_message_filter.cc ('k') | chrome/browser/plugin_download_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698