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

Unified Diff: chrome/browser/ui/gtk/select_file_dialog_impl_kde.cc

Issue 8718012: Revert 111695 - Have content/ create and destroy its own threads. (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/ui/gtk/gtk_util.cc ('k') | chrome/tools/profiles/generate_profile.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/gtk/select_file_dialog_impl_kde.cc
===================================================================
--- chrome/browser/ui/gtk/select_file_dialog_impl_kde.cc (revision 111697)
+++ chrome/browser/ui/gtk/select_file_dialog_impl_kde.cc (working copy)
@@ -2,7 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "content/public/browser/browser_thread.h"
+#include <gdk/gdkx.h>
+#include <gtk/gtk.h>
#include <set>
@@ -21,10 +22,6 @@
#include "grit/generated_resources.h"
#include "ui/base/l10n/l10n_util.h"
-// These conflict with base/tracked_objects.h, so need to come last.
-#include <gdk/gdkx.h>
-#include <gtk/gtk.h>
-
using content::BrowserThread;
namespace {
« no previous file with comments | « chrome/browser/ui/gtk/gtk_util.cc ('k') | chrome/tools/profiles/generate_profile.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698