[M108 Migration] Support standard build for armv7hl architecture
[platform/framework/web/chromium-efl.git] / ash / root_window_settings.cc
index 74f5d5a..72bd216 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright 2013 The Chromium Authors. All rights reserved.
+// Copyright 2013 The Chromium Authors
 // Use of this source code is governed by a BSD-style license that can be
 // found in the LICENSE file.
 
@@ -9,13 +9,13 @@
 #include "ui/base/class_property.h"
 #include "ui/display/types/display_constants.h"
 
-DEFINE_UI_CLASS_PROPERTY_TYPE(ash::RootWindowSettings*);
+DEFINE_UI_CLASS_PROPERTY_TYPE(ash::RootWindowSettings*)
 
 namespace ash {
 
 DEFINE_OWNED_UI_CLASS_PROPERTY_KEY(RootWindowSettings,
                                    kRootWindowSettingsKey,
-                                   NULL);
+                                   NULL)
 
 RootWindowSettings::RootWindowSettings()
     : display_id(display::kInvalidDisplayId), controller(NULL) {}