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

Unified Diff: components/mus/public/cpp/tests/window_unittest.cc

Issue 1755003002: Remove MOJO_DISALLOW_COPY_AND_ASSIGN and MOJO_ALLOW_UNUSED_LOCAL. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 10 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 | « components/mus/public/cpp/tests/window_server_test_suite.h ('k') | components/mus/public/cpp/window.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/public/cpp/tests/window_unittest.cc
diff --git a/components/mus/public/cpp/tests/window_unittest.cc b/components/mus/public/cpp/tests/window_unittest.cc
index 09172c677cbf759532b53c958be197cccd604e05..005bc575642cdf4dcbffd57cce14625009c3fa2e 100644
--- a/components/mus/public/cpp/tests/window_unittest.cc
+++ b/components/mus/public/cpp/tests/window_unittest.cc
@@ -174,7 +174,7 @@ class TestProperty {
private:
static TestProperty* last_deleted_;
- MOJO_DISALLOW_COPY_AND_ASSIGN(TestProperty);
+ DISALLOW_COPY_AND_ASSIGN(TestProperty);
};
TestProperty* TestProperty::last_deleted_ = NULL;
@@ -246,7 +246,7 @@ class TreeChangeObserver : public WindowObserver {
Window* observee_;
std::vector<TreeChangeParams> received_params_;
- MOJO_DISALLOW_COPY_AND_ASSIGN(TreeChangeObserver);
+ DISALLOW_COPY_AND_ASSIGN(TreeChangeObserver);
};
// Adds/Removes w11 to w1.
@@ -487,7 +487,7 @@ class OrderChangeObserver : public WindowObserver {
Window* observee_;
Changes changes_;
- MOJO_DISALLOW_COPY_AND_ASSIGN(OrderChangeObserver);
+ DISALLOW_COPY_AND_ASSIGN(OrderChangeObserver);
};
} // namespace
@@ -633,7 +633,7 @@ class BoundsChangeObserver : public WindowObserver {
Window* window_;
Changes changes_;
- MOJO_DISALLOW_COPY_AND_ASSIGN(BoundsChangeObserver);
+ DISALLOW_COPY_AND_ASSIGN(BoundsChangeObserver);
};
} // namespace
@@ -688,7 +688,7 @@ class VisibilityChangeObserver : public WindowObserver {
Window* window_;
Changes changes_;
- MOJO_DISALLOW_COPY_AND_ASSIGN(VisibilityChangeObserver);
+ DISALLOW_COPY_AND_ASSIGN(VisibilityChangeObserver);
};
} // namespace
@@ -800,7 +800,7 @@ class SharedPropertyChangeObserver : public WindowObserver {
Window* window_;
Changes changes_;
- MOJO_DISALLOW_COPY_AND_ASSIGN(SharedPropertyChangeObserver);
+ DISALLOW_COPY_AND_ASSIGN(SharedPropertyChangeObserver);
};
} // namespace
@@ -886,7 +886,7 @@ class LocalPropertyChangeObserver : public WindowObserver {
const void* property_key_;
intptr_t old_property_value_;
- MOJO_DISALLOW_COPY_AND_ASSIGN(LocalPropertyChangeObserver);
+ DISALLOW_COPY_AND_ASSIGN(LocalPropertyChangeObserver);
};
} // namespace
« no previous file with comments | « components/mus/public/cpp/tests/window_server_test_suite.h ('k') | components/mus/public/cpp/window.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698