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

Unified Diff: media/midi/midi_manager_win.cc

Issue 192953003: win: Don't pass a qualified name to DISALLOW_COPY_AND_ASSIGN. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 9 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 | win8/test/open_with_dialog_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/midi/midi_manager_win.cc
diff --git a/media/midi/midi_manager_win.cc b/media/midi/midi_manager_win.cc
index d2e40ade50e7fb57b66b59ccb6a55873e56abd0b..a2343f6c1170d85b4e0ab588270e4a511daaaaf2 100644
--- a/media/midi/midi_manager_win.cc
+++ b/media/midi/midi_manager_win.cc
@@ -354,7 +354,7 @@ class MidiManagerWin::InDeviceInfo {
base::TimeTicks start_time_;
bool started_;
bool device_to_be_closed_;
- DISALLOW_COPY_AND_ASSIGN(MidiManagerWin::InDeviceInfo);
+ DISALLOW_COPY_AND_ASSIGN(InDeviceInfo);
};
class MidiManagerWin::OutDeviceInfo {
@@ -494,7 +494,7 @@ class MidiManagerWin::OutDeviceInfo {
// True if the MidiManagerWin is trying to stop the sender thread.
volatile bool quitting_;
- DISALLOW_COPY_AND_ASSIGN(MidiManagerWin::OutDeviceInfo);
+ DISALLOW_COPY_AND_ASSIGN(OutDeviceInfo);
};
MidiManagerWin::MidiManagerWin()
« no previous file with comments | « no previous file | win8/test/open_with_dialog_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698