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

Unified Diff: ui/display/types/native_display_observer.h

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.cc ('k') | ui/display/win/display_info.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/display/types/native_display_observer.h
diff --git a/ui/display/types/native_display_observer.h b/ui/display/types/native_display_observer.h
index ba983af4f37931c40424fa85cd92e1dd37dfd55a..6a5f08db8a904ef0dafd5d4ffb21b9e544c77eb6 100644
--- a/ui/display/types/native_display_observer.h
+++ b/ui/display/types/native_display_observer.h
@@ -7,7 +7,7 @@
#include "ui/display/types/display_types_export.h"
-namespace ui {
+namespace display {
// Observer class used by NativeDisplayDelegate to announce when the display
// configuration changes.
@@ -22,6 +22,6 @@ class DISPLAY_TYPES_EXPORT NativeDisplayObserver {
virtual void OnDisplaySnapshotsInvalidated() = 0;
};
-} // namespace ui
+} // namespace display
#endif // UI_DISPLAY_TYPES_NATIVE_DISPLAY_OBSERVER_H_
« no previous file with comments | « ui/display/types/native_display_delegate.cc ('k') | ui/display/win/display_info.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698