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

Side by Side Diff: base/threading/thread_restrictions.h

Issue 981803003: base: Add/Fix namespace closing comments. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 months 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 unified diff | Download patch
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef BASE_THREADING_THREAD_RESTRICTIONS_H_ 5 #ifndef BASE_THREADING_THREAD_RESTRICTIONS_H_
6 #define BASE_THREADING_THREAD_RESTRICTIONS_H_ 6 #define BASE_THREADING_THREAD_RESTRICTIONS_H_
7 7
8 #include "base/base_export.h" 8 #include "base/base_export.h"
9 #include "base/basictypes.h" 9 #include "base/basictypes.h"
10 10
(...skipping 25 matching lines...) Expand all
36 namespace content { 36 namespace content {
37 class BrowserGpuChannelHostFactory; 37 class BrowserGpuChannelHostFactory;
38 class BrowserGpuMemoryBufferManager; 38 class BrowserGpuMemoryBufferManager;
39 class BrowserShutdownProfileDumper; 39 class BrowserShutdownProfileDumper;
40 class BrowserTestBase; 40 class BrowserTestBase;
41 class GpuChannelHost; 41 class GpuChannelHost;
42 class NestedMessagePumpAndroid; 42 class NestedMessagePumpAndroid;
43 class RenderWidgetResizeHelper; 43 class RenderWidgetResizeHelper;
44 class ScopedAllowWaitForAndroidLayoutTests; 44 class ScopedAllowWaitForAndroidLayoutTests;
45 class TextInputClientMac; 45 class TextInputClientMac;
46 } 46 } // namespace content
rvargas (doing something else) 2015/03/06 22:53:42 I'm fine either way, but this is an interesting ex
danakj 2015/03/06 22:59:18 Ya this one is weird, I agree. It went over the "o
47 namespace dbus { 47 namespace dbus {
48 class Bus; 48 class Bus;
49 } 49 }
50 namespace disk_cache { 50 namespace disk_cache {
51 class BackendImpl; 51 class BackendImpl;
52 class InFlightIO; 52 class InFlightIO;
53 } 53 }
54 namespace mojo { 54 namespace mojo {
55 namespace common { 55 namespace common {
56 class WatcherThreadManager; 56 class WatcherThreadManager;
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
229 229
230 DISALLOW_COPY_AND_ASSIGN(ScopedAllowWait); 230 DISALLOW_COPY_AND_ASSIGN(ScopedAllowWait);
231 }; 231 };
232 232
233 DISALLOW_IMPLICIT_CONSTRUCTORS(ThreadRestrictions); 233 DISALLOW_IMPLICIT_CONSTRUCTORS(ThreadRestrictions);
234 }; 234 };
235 235
236 } // namespace base 236 } // namespace base
237 237
238 #endif // BASE_THREADING_THREAD_RESTRICTIONS_H_ 238 #endif // BASE_THREADING_THREAD_RESTRICTIONS_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698