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

Unified Diff: base/threading/thread_restrictions.h

Issue 10804031: Move more files into the content namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | content/browser/gpu/gpu_process_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/threading/thread_restrictions.h
===================================================================
--- base/threading/thread_restrictions.h (revision 147462)
+++ base/threading/thread_restrictions.h (working copy)
@@ -21,7 +21,6 @@
class GpuChannelHost;
class MetricsService;
class NativeBackendKWallet;
-class RenderWidgetHelper;
class TestingAutomationProvider;
class TextInputClientMac;
@@ -42,6 +41,7 @@
namespace content {
class BrowserGpuChannelHostFactory;
class GLHelper;
+class RenderWidgetHelper;
}
namespace dbus {
class Bus;
@@ -159,8 +159,8 @@
private:
// DO NOT ADD ANY OTHER FRIEND STATEMENTS, talk to jam or brettw first.
// BEGIN ALLOWED USAGE.
+ friend class content::RenderWidgetHelper;
friend class ::HistogramSynchronizer;
- friend class ::RenderWidgetHelper;
friend class ::TestingAutomationProvider;
friend class SequencedWorkerPool;
friend class SimpleThread;
« no previous file with comments | « no previous file | content/browser/gpu/gpu_process_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698