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

Unified Diff: webrtc/system_wrappers/source/scoped_vector_unittest.cc

Issue 1345433002: Add RTC_ prefix to contructormagic macros. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Formatting fix. Created 5 years, 3 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 | « webrtc/system_wrappers/interface/atomic32.h ('k') | webrtc/test/fake_network_pipe.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/system_wrappers/source/scoped_vector_unittest.cc
diff --git a/webrtc/system_wrappers/source/scoped_vector_unittest.cc b/webrtc/system_wrappers/source/scoped_vector_unittest.cc
index 9d7c81122943bd83232706e7ea29644a006dd144..43df26a42b6a5b12fb926dae0c03e758292718a2 100644
--- a/webrtc/system_wrappers/source/scoped_vector_unittest.cc
+++ b/webrtc/system_wrappers/source/scoped_vector_unittest.cc
@@ -44,7 +44,7 @@ class LifeCycleObject {
Observer* observer_;
- DISALLOW_COPY_AND_ASSIGN(LifeCycleObject);
+ RTC_DISALLOW_COPY_AND_ASSIGN(LifeCycleObject);
};
// The life cycle states we care about for the purposes of testing ScopedVector
@@ -107,7 +107,7 @@ class LifeCycleWatcher : public LifeCycleObject::Observer {
LifeCycleState life_cycle_state_;
rtc::scoped_ptr<LifeCycleObject> constructed_life_cycle_object_;
- DISALLOW_COPY_AND_ASSIGN(LifeCycleWatcher);
+ RTC_DISALLOW_COPY_AND_ASSIGN(LifeCycleWatcher);
};
TEST(ScopedVectorTest, LifeCycleWatcher) {
@@ -266,7 +266,7 @@ class DeleteCounter {
private:
int* const deletes_;
- DISALLOW_COPY_AND_ASSIGN(DeleteCounter);
+ RTC_DISALLOW_COPY_AND_ASSIGN(DeleteCounter);
};
// This class is used in place of Chromium's base::Callback.
« no previous file with comments | « webrtc/system_wrappers/interface/atomic32.h ('k') | webrtc/test/fake_network_pipe.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698