diff options
author | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-02 00:44:18 +0000 |
---|---|---|
committer | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-02 00:44:18 +0000 |
commit | dcc72db730c7fb95e9590e01b2e3237d1b13ba98 (patch) | |
tree | 27f9e4787cc851db5d9efa284e9e8b550b263382 /content/browser/browser_thread_impl.cc | |
parent | bb6b1e5ac0a88f77a04f521dfee1525015e7248d (diff) | |
download | chromium_src-dcc72db730c7fb95e9590e01b2e3237d1b13ba98.zip chromium_src-dcc72db730c7fb95e9590e01b2e3237d1b13ba98.tar.gz chromium_src-dcc72db730c7fb95e9590e01b2e3237d1b13ba98.tar.bz2 |
Removing unnecessary content:: namespace qualifier.
TBR=jam@chromium.org
Review URL: https://chromiumcodereview.appspot.com/11737002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@174797 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/browser_thread_impl.cc')
-rw-r--r-- | content/browser/browser_thread_impl.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/browser/browser_thread_impl.cc b/content/browser/browser_thread_impl.cc index f61c0a2..e046ce4 100644 --- a/content/browser/browser_thread_impl.cc +++ b/content/browser/browser_thread_impl.cc @@ -46,8 +46,8 @@ struct BrowserThreadGlobals { // This array is protected by |lock|. The threads are not owned by this // array. Typically, the threads are owned on the UI thread by - // content::BrowserMainLoop. BrowserThreadImpl objects remove themselves from - // this array upon destruction. + // BrowserMainLoop. BrowserThreadImpl objects remove themselves from this + // array upon destruction. BrowserThreadImpl* threads[BrowserThread::ID_COUNT]; // Only atomic operations are used on this array. The delegates are not owned |