Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename ChromeThread to BrowserThread Final Part: | tfarina@chromium.org | 2010-10-12 | 1 | -1/+200 |
| | | | | | | | | | | | | | | - Rename chrome_thread.cc to browser_thread.cc - Rename chrome_thread_unittest.cc to browser_thread_unittest.cc - Include browser_thread.h instead of chrome_thread.h where needed. - Fix gyp files according. BUG=56926 TEST=trybots and compiled locally Review URL: http://codereview.chromium.org/3643005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62356 0039d316-1c4b-4281-b951-d872f2087c98 | ||||
* | Rename ChromeThread to BrowserThread Part17: | tfarina@chromium.org | 2010-10-11 | 1 | -0/+10 |
- Add a stub file called browser_thread.h that includes chrome_thread.h. - Use this new file instead of chrome_thread.h under chromeos directory. BUG=56926 TEST=trybots and locally. Review URL: http://codereview.chromium.org/3713001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62159 0039d316-1c4b-4281-b951-d872f2087c98 |