summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui_thread_helpers_mac.mm
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-12 18:54:49 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-12 18:54:49 +0000
commit8281e48e7ea8f55058a69d4ff26b78a98697ffe9 (patch)
tree717040a73e8464702c117513d6deabcb99694cda /chrome/browser/ui_thread_helpers_mac.mm
parent580939a16f88c074d248830d08eed8b4ce3b7544 (diff)
downloadchromium_src-8281e48e7ea8f55058a69d4ff26b78a98697ffe9.zip
chromium_src-8281e48e7ea8f55058a69d4ff26b78a98697ffe9.tar.gz
chromium_src-8281e48e7ea8f55058a69d4ff26b78a98697ffe9.tar.bz2
Rename ChromeThread to BrowserThread Part22:
- Include browser_thread instead of chrome_thread in more 97 files. Now the remaining files that are including chrome_thread.h are: chrome_thread.cc and browser_thread.h. They will be fixed next. BUG=56926 TEST=trybots Review URL: http://codereview.chromium.org/3717004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62312 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/ui_thread_helpers_mac.mm')
-rw-r--r--chrome/browser/ui_thread_helpers_mac.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/ui_thread_helpers_mac.mm b/chrome/browser/ui_thread_helpers_mac.mm
index c6efd3c..5680883 100644
--- a/chrome/browser/ui_thread_helpers_mac.mm
+++ b/chrome/browser/ui_thread_helpers_mac.mm
@@ -8,7 +8,7 @@
#include "base/scoped_ptr.h"
#include "base/task.h"
-#include "chrome/browser/chrome_thread.h"
+#include "chrome/browser/browser_thread.h"
// This is a wrapper for running Chrome Task objects from within a native run
// loop. A typical use case is when Chrome work needs to get done but the main