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

Unified Diff: ash/display/display_info.cc

Issue 224113005: Eliminate ash::internal namespace (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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 | « ash/display/display_info.h ('k') | ash/display/display_info_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/display/display_info.cc
diff --git a/ash/display/display_info.cc b/ash/display/display_info.cc
index e3a4b63677b022d511523529b96eb72562f37952..1aa0583ec7330ce9b81ce4fc9d31e84b98667a82 100644
--- a/ash/display/display_info.cc
+++ b/ash/display/display_info.cc
@@ -21,7 +21,6 @@
#endif
namespace ash {
-namespace internal {
DisplayMode::DisplayMode()
: refresh_rate(0.0f), interlaced(false), native(false) {}
@@ -316,5 +315,4 @@ bool DisplayInfo::IsColorProfileAvailable(
profile) != available_color_profiles_.end();
}
-} // namespace internal
} // namespace ash
« no previous file with comments | « ash/display/display_info.h ('k') | ash/display/display_info_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698