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

Unified Diff: win8/test/open_with_dialog_controller.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 | « media/midi/midi_manager_win.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: win8/test/open_with_dialog_controller.cc
diff --git a/win8/test/open_with_dialog_controller.cc b/win8/test/open_with_dialog_controller.cc
index 5a454ef4d5aeb5cde14bead5856fd3cca578b083..b9a160903f859ef351b14cf7819a558ed7230b50 100644
--- a/win8/test/open_with_dialog_controller.cc
+++ b/win8/test/open_with_dialog_controller.cc
@@ -90,7 +90,7 @@ class OpenWithDialogController::Context {
HRESULT automation_result_;
std::vector<base::string16> automation_choices_;
base::WeakPtrFactory<Context> weak_ptr_factory_;
- DISALLOW_COPY_AND_ASSIGN(OpenWithDialogController::Context);
+ DISALLOW_COPY_AND_ASSIGN(Context);
};
OpenWithDialogController::Context::Context()
« no previous file with comments | « media/midi/midi_manager_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698