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

Unified Diff: chrome/browser/ui/cocoa/event_utils.mm

Issue 10694060: browser: Move more files into chrome namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 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
Index: chrome/browser/ui/cocoa/event_utils.mm
diff --git a/chrome/browser/ui/cocoa/event_utils.mm b/chrome/browser/ui/cocoa/event_utils.mm
index 2952cadaae7250f6460d54631f1e98ce86947a2f..2fc1d5132c3f61315318b5cd0dc90d7653d53ea3 100644
--- a/chrome/browser/ui/cocoa/event_utils.mm
+++ b/chrome/browser/ui/cocoa/event_utils.mm
@@ -64,7 +64,7 @@ WindowOpenDisposition WindowOpenDispositionFromNSEvent(NSEvent* event) {
WindowOpenDisposition WindowOpenDispositionFromNSEventWithFlags(
NSEvent* event, NSUInteger modifiers) {
int event_flags = EventFlagsFromNSEventWithModifiers(event, modifiers);
- return browser::DispositionFromEventFlags(event_flags);
+ return chrome::DispositionFromEventFlags(event_flags);
}
} // namespace event_utils

Powered by Google App Engine
This is Rietveld 408576698