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

Unified Diff: components/sync/core_impl/protocol_event_buffer.h

Issue 2231753002: components: Use stl utilities from the base namespace (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: One more call site Created 4 years, 4 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
Index: components/sync/core_impl/protocol_event_buffer.h
diff --git a/components/sync/core_impl/protocol_event_buffer.h b/components/sync/core_impl/protocol_event_buffer.h
index ee7ddeeef96d6bb22d397b354f26a8fef6dc356a..9ea03cc6be942bd96117b573eafb44bd83c5473f 100644
--- a/components/sync/core_impl/protocol_event_buffer.h
+++ b/components/sync/core_impl/protocol_event_buffer.h
@@ -35,7 +35,7 @@ class SYNC_EXPORT ProtocolEventBuffer {
private:
std::deque<ProtocolEvent*> buffer_;
- STLElementDeleter<std::deque<ProtocolEvent*>> buffer_deleter_;
+ base::STLElementDeleter<std::deque<ProtocolEvent*>> buffer_deleter_;
DISALLOW_COPY_AND_ASSIGN(ProtocolEventBuffer);
};
« no previous file with comments | « components/sync/base/unique_position.cc ('k') | components/sync/engine_impl/get_updates_processor_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698