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

Unified Diff: chrome/browser/event_disposition.h

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
« no previous file with comments | « chrome/browser/chromeos/web_socket_proxy.cc ('k') | chrome/browser/event_disposition.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/event_disposition.h
diff --git a/chrome/browser/event_disposition.h b/chrome/browser/event_disposition.h
index f8ef4d331768c2340694afe87ca739e929419e3d..6d96a43c9925dd1c0b8ab3bbbe1292cbf0a160d4 100644
--- a/chrome/browser/event_disposition.h
+++ b/chrome/browser/event_disposition.h
@@ -8,13 +8,13 @@
#include "webkit/glue/window_open_disposition.h"
-namespace browser {
+namespace chrome {
// Translates event flags into what kind of disposition they represents.
// For example, a middle click would mean to open a background tab.
// event_flags are the flags as understood by views::MouseEvent.
WindowOpenDisposition DispositionFromEventFlags(int event_flags);
-} // namespace browser
+} // namespace chrome
#endif // CHROME_BROWSER_EVENT_DISPOSITION_H_
« no previous file with comments | « chrome/browser/chromeos/web_socket_proxy.cc ('k') | chrome/browser/event_disposition.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698