Index: ash/display/projecting_observer_chromeos.h |
diff --git a/ash/display/projecting_observer_chromeos.h b/ash/display/projecting_observer_chromeos.h |
index 3320ae8d4acef4c94c8a3b5c8426043beb652598..d038b6d892f0a971b96cb1a5d1fac32b5eae2a81 100644 |
--- a/ash/display/projecting_observer_chromeos.h |
+++ b/ash/display/projecting_observer_chromeos.h |
@@ -10,8 +10,6 @@ |
namespace ash { |
-namespace internal { |
- |
class ASH_EXPORT ProjectingObserver : public ui::OutputConfigurator::Observer { |
public: |
ProjectingObserver(); |
@@ -41,8 +39,6 @@ class ASH_EXPORT ProjectingObserver : public ui::OutputConfigurator::Observer { |
DISALLOW_COPY_AND_ASSIGN(ProjectingObserver); |
}; |
-} // namespace internal |
- |
} // namespace ash |
#endif // ASH_DISPLAY_PROJECTING_OBSERVER_CHROMEOS_H_ |