Index: content/common/quota_dispatcher.h |
=================================================================== |
--- content/common/quota_dispatcher.h (revision 163290) |
+++ content/common/quota_dispatcher.h (working copy) |
@@ -23,6 +23,8 @@ |
class WebStorageQuotaCallbacks; |
} |
+namespace content { |
+ |
// Dispatches and sends quota related messages sent to/from a child |
// process from/to the main browser process. There is one instance |
// per child process. Messages are dispatched on the main child thread. |
@@ -69,4 +71,6 @@ |
DISALLOW_COPY_AND_ASSIGN(QuotaDispatcher); |
}; |
+} // namespace content |
+ |
#endif // CONTENT_COMMON_QUOTA_DISPATCHER_H_ |