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

Unified Diff: ui/display/types/native_display_delegate.cc

Issue 2613493002: Fix namespace for src/ui/display/. (Closed)
Patch Set: Rebase. Created 3 years, 11 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 | « ui/display/types/native_display_delegate.h ('k') | ui/display/types/native_display_observer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/display/types/native_display_delegate.cc
diff --git a/ui/display/types/native_display_delegate.cc b/ui/display/types/native_display_delegate.cc
index eda782c453ee434d17a048a5437a22712ea930f0..83c796d40c22092e3de797f87dee4b07d60cd185 100644
--- a/ui/display/types/native_display_delegate.cc
+++ b/ui/display/types/native_display_delegate.cc
@@ -4,8 +4,8 @@
#include "ui/display/types/native_display_delegate.h"
-namespace ui {
+namespace display {
NativeDisplayDelegate::~NativeDisplayDelegate() {}
-} // namespace ui
+} // namespace display
« no previous file with comments | « ui/display/types/native_display_delegate.h ('k') | ui/display/types/native_display_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698