Upstream version 7.35.144.0
[platform/framework/web/crosswalk.git] / src / ui / base / x / root_window_property_watcher_x.h
index 2d542d6..7609016 100644 (file)
@@ -9,12 +9,10 @@
 
 #include "base/basictypes.h"
 #include "ui/base/gtk/gtk_signal.h"
-#include "ui/base/ui_export.h"
 
 template <typename T> struct DefaultSingletonTraits;
 
 namespace ui {
-
 namespace internal {
 
 // This class keeps track of changes to properties on the root window. This is
@@ -38,7 +36,6 @@ class RootWindowPropertyWatcherX {
 };
 
 }  // namespace internal
-
 }  // namespace ui
 
 #endif  // UI_BASE_X_ROOT_WINDOW_PROPERTY_WATCHER_X_H_