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() |