Skip to content

Commit

Permalink
Fix header guards in ash/ and chromeos/.
Browse files Browse the repository at this point in the history
Generated mechanically as follows:

git ls-files '*.h' | grep -E '^(ash|chromeos)' | grep -v third_party | \
    xargs parallel cpplint.py --filter=-,+build/header_guard -- 2>&1 | \
    grep build/header_guard | tools/apply_cpplint_header_guard.py

Bug: 1200694
Change-Id: Ibcc82773e3925ee1fd975f5683e42fbb2cafa79c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2838451
Reviewed-by: Xiyuan Xia <xiyuan@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
Cr-Commit-Position: refs/heads/master@{#874559}
  • Loading branch information
leizleiz authored and Chromium LUCI CQ committed Apr 21, 2021
1 parent eaa9be7 commit b6b14ac
Show file tree
Hide file tree
Showing 33 changed files with 67 additions and 67 deletions.
6 changes: 3 additions & 3 deletions ash/accessibility/test_accessibility_controller_client.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef ASH_ACCESSIBILITY_TEST_ACCESSIBILITY_CONTROLLER_CLEINT_H_
#define ASH_ACCESSIBILITY_TEST_ACCESSIBILITY_CONTROLLER_CLEINT_H_
#ifndef ASH_ACCESSIBILITY_TEST_ACCESSIBILITY_CONTROLLER_CLIENT_H_
#define ASH_ACCESSIBILITY_TEST_ACCESSIBILITY_CONTROLLER_CLIENT_H_

#include "ash/components/audio/sounds.h"
#include "ash/public/cpp/accessibility_controller_client.h"
Expand Down Expand Up @@ -81,4 +81,4 @@ class TestAccessibilityControllerClient : public AccessibilityControllerClient {

} // namespace ash

#endif // ASH_ACCESSIBILITY_TEST_ACCESSIBILITY_CONTROLLER_CLEINT_H_
#endif // ASH_ACCESSIBILITY_TEST_ACCESSIBILITY_CONTROLLER_CLIENT_H_
2 changes: 1 addition & 1 deletion ash/display/display_highlight_controller.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ class ASH_EXPORT DisplayHighlightController
};
} // namespace ash

#endif // ASH_CORNER_SHORTCUTS_CORNER_SHORTCUTS_CONTROLLER_H_
#endif // ASH_DISPLAY_DISPLAY_HIGHLIGHT_CONTROLLER_H_
6 changes: 3 additions & 3 deletions ash/display/extended_mouse_warp_controller.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef ASH_DISPLAY_EXTENDED_MOUSE_WARP_CONTROLLER_H
#define ASH_DISPLAY_EXTENDED_MOUSE_WARP_CONTROLLER_H
#ifndef ASH_DISPLAY_EXTENDED_MOUSE_WARP_CONTROLLER_H_
#define ASH_DISPLAY_EXTENDED_MOUSE_WARP_CONTROLLER_H_

#include "ash/display/mouse_warp_controller.h"

Expand Down Expand Up @@ -129,4 +129,4 @@ class ASH_EXPORT ExtendedMouseWarpController : public MouseWarpController {

} // namespace ash

#endif // ASH_DISPLAY_EXTENDED_MOUSE_WARP_CONTROLLER_H
#endif // ASH_DISPLAY_EXTENDED_MOUSE_WARP_CONTROLLER_H_
6 changes: 3 additions & 3 deletions ash/display/mouse_cursor_event_filter.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef ASH_DISPLAY_MOUSE_CURSOR_EVENT_FILTER_H
#define ASH_DISPLAY_MOUSE_CURSOR_EVENT_FILTER_H
#ifndef ASH_DISPLAY_MOUSE_CURSOR_EVENT_FILTER_H_
#define ASH_DISPLAY_MOUSE_CURSOR_EVENT_FILTER_H_

#include <memory>

Expand Down Expand Up @@ -71,4 +71,4 @@ class ASH_EXPORT MouseCursorEventFilter

} // namespace ash

#endif // ASH_DISPLAY_MOUSE_CURSOR_EVENT_FILTER_H
#endif // ASH_DISPLAY_MOUSE_CURSOR_EVENT_FILTER_H_
6 changes: 3 additions & 3 deletions ash/display/mouse_warp_controller.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef ASH_DISPLAY_MOUSE_WARP_CONTROLLER_H
#define ASH_DISPLAY_MOUSE_WARP_CONTROLLER_H
#ifndef ASH_DISPLAY_MOUSE_WARP_CONTROLLER_H_
#define ASH_DISPLAY_MOUSE_WARP_CONTROLLER_H_

#include "ash/ash_export.h"
#include "base/macros.h"
Expand Down Expand Up @@ -31,4 +31,4 @@ class ASH_EXPORT MouseWarpController {

} // namespace ash

#endif // ASH_DISPLAY_MOUSE_WARP_CONTROLLER_H
#endif // ASH_DISPLAY_MOUSE_WARP_CONTROLLER_H_
6 changes: 3 additions & 3 deletions ash/display/null_mouse_warp_controller.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef ASH_DISPLAY_NULL_MOUSE_WARP_CONTROLLER_H
#define ASH_DISPLAY_NULL_MOUSE_WARP_CONTROLLER_H
#ifndef ASH_DISPLAY_NULL_MOUSE_WARP_CONTROLLER_H_
#define ASH_DISPLAY_NULL_MOUSE_WARP_CONTROLLER_H_

#include "ash/display/mouse_warp_controller.h"

Expand All @@ -27,4 +27,4 @@ class NullMouseWarpController : public MouseWarpController {

} // namespace ash

#endif // ASH_DISPLAY_MOUSE_WARP_CONTROLLER_H
#endif // ASH_DISPLAY_NULL_MOUSE_WARP_CONTROLLER_H_
6 changes: 3 additions & 3 deletions ash/display/touch_calibrator_controller.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef ASH_DISPLAY_TOUCH_CALIBRATOR_TOUCH_CALIBRATOR_CONTROLLER_H_
#define ASH_DISPLAY_TOUCH_CALIBRATOR_TOUCH_CALIBRATOR_CONTROLLER_H_
#ifndef ASH_DISPLAY_TOUCH_CALIBRATOR_CONTROLLER_H_
#define ASH_DISPLAY_TOUCH_CALIBRATOR_CONTROLLER_H_

#include <map>

Expand Down Expand Up @@ -135,4 +135,4 @@ class ASH_EXPORT TouchCalibratorController
};

} // namespace ash
#endif // ASH_DISPLAY_TOUCH_CALIBRATOR_TOUCH_CALIBRATOR_CONTROLLER_H_
#endif // ASH_DISPLAY_TOUCH_CALIBRATOR_CONTROLLER_H_
6 changes: 3 additions & 3 deletions ash/host/ash_window_tree_host_init_params.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef ASH_HOST_WINDOW_TREE_HOST_INIT_PARAMS_H_
#define ASH_HOST_WINDOW_TREE_HOST_INIT_PARAMS_H_
#ifndef ASH_HOST_ASH_WINDOW_TREE_HOST_INIT_PARAMS_H_
#define ASH_HOST_ASH_WINDOW_TREE_HOST_INIT_PARAMS_H_

#include <stdint.h>

Expand All @@ -27,4 +27,4 @@ struct ASH_EXPORT AshWindowTreeHostInitParams {

} // namespace ash

#endif // ASH_HOST_WINDOW_TREE_HOST_INIT_PARAMS_H_
#endif // ASH_HOST_ASH_WINDOW_TREE_HOST_INIT_PARAMS_H_
2 changes: 1 addition & 1 deletion ash/ime/ime_controller_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -190,4 +190,4 @@ class ASH_EXPORT ImeControllerImpl : public ImeController,

} // namespace ash

#endif // ASH_IME_IME_CONTROLLER_H_
#endif // ASH_IME_IME_CONTROLLER_IMPL_H_
2 changes: 1 addition & 1 deletion ash/login/ui/login_user_menu_view.h
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,4 @@ class ASH_EXPORT LoginUserMenuView : public LoginBaseBubbleView,

} // namespace ash

#endif
#endif // ASH_LOGIN_UI_LOGIN_USER_MENU_VIEW_H_
6 changes: 3 additions & 3 deletions ash/metrics/pointer_metrics_recorder.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef UI_ASH_METRICS_POINTER_METRICS_RECORDER_H_
#define UI_ASH_METRICS_POINTER_METRICS_RECORDER_H_
#ifndef ASH_METRICS_POINTER_METRICS_RECORDER_H_
#define ASH_METRICS_POINTER_METRICS_RECORDER_H_

#include "ash/ash_export.h"
#include "base/macros.h"
Expand Down Expand Up @@ -128,4 +128,4 @@ class ASH_EXPORT PointerMetricsRecorder : public ui::EventHandler {

} // namespace ash

#endif // UI_ASH_METRICS_POINTER_METRICS_RECORDER_H_
#endif // ASH_METRICS_POINTER_METRICS_RECORDER_H_
6 changes: 3 additions & 3 deletions ash/metrics/task_switch_metrics_recorder.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef ASH_METRICS_TASK_SWITCH_METRIC_RECORDER_H_
#define ASH_METRICS_TASK_SWITCH_METRIC_RECORDER_H_
#ifndef ASH_METRICS_TASK_SWITCH_METRICS_RECORDER_H_
#define ASH_METRICS_TASK_SWITCH_METRICS_RECORDER_H_

#include <memory>
#include <string>
Expand Down Expand Up @@ -70,4 +70,4 @@ class ASH_EXPORT TaskSwitchMetricsRecorder {

} // namespace ash

#endif // ASH_METRICS_TASK_SWITCH_METRIC_RECORDER_H_
#endif // ASH_METRICS_TASK_SWITCH_METRICS_RECORDER_H_
2 changes: 1 addition & 1 deletion ash/metrics/task_switch_time_tracker.h
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ class ASH_EXPORT TaskSwitchTimeTracker {

} // namespace ash

#endif // ASH_METRICS_TASK_SWITCH_TIME_TRACKE_H_
#endif // ASH_METRICS_TASK_SWITCH_TIME_TRACKER_H_
2 changes: 1 addition & 1 deletion ash/public/cpp/test/app_list_test_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ class ASH_EXPORT AppListTestApi {

} // namespace ash

#endif // ASH_PUBLIC_CPP_TEST_APP_LIST_MODEL_API_H_
#endif // ASH_PUBLIC_CPP_TEST_APP_LIST_TEST_API_H_
6 changes: 3 additions & 3 deletions ash/rotator/screen_rotation_animator_observer.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef ASH_ROTATOR_SCREEN_ROTATION_ANIMATOR_OBSERVER_H
#define ASH_ROTATOR_SCREEN_ROTATION_ANIMATOR_OBSERVER_H
#ifndef ASH_ROTATOR_SCREEN_ROTATION_ANIMATOR_OBSERVER_H_
#define ASH_ROTATOR_SCREEN_ROTATION_ANIMATOR_OBSERVER_H_

#include "ash/ash_export.h"

Expand All @@ -29,4 +29,4 @@ class ASH_EXPORT ScreenRotationAnimatorObserver {

} // namespace ash

#endif // ASH_ROTATOR_SCREEN_ROTATION_ANIMATOR_OBSERVER_H
#endif // ASH_ROTATOR_SCREEN_ROTATION_ANIMATOR_OBSERVER_H_
6 changes: 3 additions & 3 deletions ash/rotator/window_rotation.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef ASH_WINDOW_ROTATION_H_
#define ASH_WINDOW_ROTATION_H_
#ifndef ASH_ROTATOR_WINDOW_ROTATION_H_
#define ASH_ROTATOR_WINDOW_ROTATION_H_

#include <memory>

Expand Down Expand Up @@ -54,4 +54,4 @@ class ASH_EXPORT WindowRotation : public ui::LayerAnimationElement {

} // namespace ash

#endif // ASH_WINDOW_ROTATION_H_
#endif // ASH_ROTATOR_WINDOW_ROTATION_H_
6 changes: 3 additions & 3 deletions ash/session/fullscreen_alert_bubble.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef ASH_FULLSCREEN_ALERT_BUBBLE_H_
#define ASH_FULLSCREEN_ALERT_BUBBLE_H_
#ifndef ASH_SESSION_FULLSCREEN_ALERT_BUBBLE_H_
#define ASH_SESSION_FULLSCREEN_ALERT_BUBBLE_H_

#include <memory>

Expand Down Expand Up @@ -60,4 +60,4 @@ class ASH_EXPORT FullscreenAlertBubble {

} // namespace ash

#endif // ASH_FULLSCREEN_ALERT_BUBBLE_H_
#endif // ASH_SESSION_FULLSCREEN_ALERT_BUBBLE_H_
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ class ASH_EXPORT FloatingAccessibilityDetailedController

} // namespace ash

#endif // ASH_SYSTEM_ACCESSIBILITY_FLOATING_ACCESSIBILITY_DETAILED_CONTROLLER_H
#endif // ASH_SYSTEM_ACCESSIBILITY_FLOATING_ACCESSIBILITY_DETAILED_CONTROLLER_H_
6 changes: 3 additions & 3 deletions ash/system/network/network_row_title_view.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef ASH_SYSTEM_TRAY_NETWORK_ROW_TITLE_VIEW_H_
#define ASH_SYSTEM_TRAY_NETWORK_ROW_TITLE_VIEW_H_
#ifndef ASH_SYSTEM_NETWORK_NETWORK_ROW_TITLE_VIEW_H_
#define ASH_SYSTEM_NETWORK_NETWORK_ROW_TITLE_VIEW_H_

#include "ash/ash_export.h"
#include "ui/views/controls/label.h"
Expand All @@ -28,4 +28,4 @@ class ASH_EXPORT NetworkRowTitleView : public views::View {

} // namespace ash

#endif // ASH_SYSTEM_TRAY_NETWORK_ROW_TITLE_VIEW_H_
#endif // ASH_SYSTEM_NETWORK_NETWORK_ROW_TITLE_VIEW_H_
2 changes: 1 addition & 1 deletion ash/system/network/network_section_header_view.h
Original file line number Diff line number Diff line change
Expand Up @@ -167,4 +167,4 @@ class WifiSectionHeaderView : public NetworkSectionHeaderView {
} // namespace tray
} // namespace ash

#endif // ASH_SYSTEM_NETWORK_NETWORK_SECTION_HEADER__VIEW_H_
#endif // ASH_SYSTEM_NETWORK_NETWORK_SECTION_HEADER_VIEW_H_
2 changes: 1 addition & 1 deletion ash/system/phonehub/quick_action_item.h
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,4 @@ class ASH_EXPORT QuickActionItem : public views::View {

} // namespace ash

#endif // ASH_SYSTEM_PHONEHUB_QUICK_ACTION_VIEW_H_
#endif // ASH_SYSTEM_PHONEHUB_QUICK_ACTION_ITEM_H_
6 changes: 3 additions & 3 deletions ash/system/power/power_button_menu_item_view.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef ASH_SYSTEM_POWER_BUTTON_MENU_ITEM_VIEW_H_
#define ASH_SYSTEM_POWER_BUTTON_MENU_ITEM_VIEW_H_
#ifndef ASH_SYSTEM_POWER_POWER_BUTTON_MENU_ITEM_VIEW_H_
#define ASH_SYSTEM_POWER_POWER_BUTTON_MENU_ITEM_VIEW_H_

#include <string>

Expand Down Expand Up @@ -64,4 +64,4 @@ class ASH_EXPORT PowerButtonMenuItemView : public views::ImageButton {

} // namespace ash

#endif // ASH_SYSTEM_POWER_BUTTON_MENU_ITEM_VIEW_H_
#endif // ASH_SYSTEM_POWER_POWER_BUTTON_MENU_ITEM_VIEW_H_
2 changes: 1 addition & 1 deletion ash/system/supervised/supervised_icon_string.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ std::u16string GetSupervisedUserMessage();

} // namespace ash

#endif // ASH_SYSTEM_UNIFIED_UNIFIED_SYSTEM_INFO_VIEW_H_
#endif // ASH_SYSTEM_SUPERVISED_SUPERVISED_ICON_STRING_H_
2 changes: 1 addition & 1 deletion ash/system/unified/user_chooser_view.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ class UserChooserView : public views::View, public MediaCaptureObserver {

} // namespace ash

#endif // ASH_SYSTEM_UNIFIED_UNIFIED_SYSTEM_TRAY_VIEW_H_
#endif // ASH_SYSTEM_UNIFIED_USER_CHOOSER_VIEW_H_
6 changes: 3 additions & 3 deletions ash/utility/transformer_util.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef ASH_TRANSFORMER_UTIL_H_
#define ASH_TRANSFORMER_UTIL_H_
#ifndef ASH_UTILITY_TRANSFORMER_UTIL_H_
#define ASH_UTILITY_TRANSFORMER_UTIL_H_

#include "ash/ash_export.h"
#include "ui/display/display.h"
Expand All @@ -24,4 +24,4 @@ ASH_EXPORT gfx::Transform CreateRotationTransform(

} // namespace ash

#endif // ASH_TRANSFORMER_UTIL_H_
#endif // ASH_UTILITY_TRANSFORMER_UTIL_H_
2 changes: 1 addition & 1 deletion ash/wm/client_controlled_state.h
Original file line number Diff line number Diff line change
Expand Up @@ -115,4 +115,4 @@ class ASH_EXPORT ClientControlledState : public BaseState {

} // namespace ash

#endif // ASH_WM_DEFAULT_STATE_H_
#endif // ASH_WM_CLIENT_CONTROLLED_STATE_H_
6 changes: 3 additions & 3 deletions ash/wm/system_modal_container_event_filter_delegate.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef ASH_WM_MODALITY_EVENT_FILTER_DELEGATE_H_
#define ASH_WM_MODALITY_EVENT_FILTER_DELEGATE_H_
#ifndef ASH_WM_SYSTEM_MODAL_CONTAINER_EVENT_FILTER_DELEGATE_H_
#define ASH_WM_SYSTEM_MODAL_CONTAINER_EVENT_FILTER_DELEGATE_H_

#include "ash/ash_export.h"

Expand All @@ -21,4 +21,4 @@ class ASH_EXPORT SystemModalContainerEventFilterDelegate {

} // namespace ash

#endif // ASH_WM_MODALITY_EVENT_FILTER_DELEGATE_H_
#endif // ASH_WM_SYSTEM_MODAL_CONTAINER_EVENT_FILTER_DELEGATE_H_
2 changes: 1 addition & 1 deletion chromeos/components/help_app_ui/help_app_manager.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ class HelpAppManager : public KeyedService {
} // namespace help_app
} // namespace chromeos

#endif
#endif // CHROMEOS_COMPONENTS_HELP_APP_UI_HELP_APP_MANAGER_H_
2 changes: 1 addition & 1 deletion chromeos/network/cellular_esim_uninstall_handler.h
Original file line number Diff line number Diff line change
Expand Up @@ -149,4 +149,4 @@ class COMPONENT_EXPORT(CHROMEOS_NETWORK) CellularESimUninstallHandler

} // namespace chromeos

#endif // CHROMEOS_SERVICES_CELLULAR_SETUP_ESIM_PROFILE_UNINSTALLER_H_
#endif // CHROMEOS_NETWORK_CELLULAR_ESIM_UNINSTALL_HANDLER_H_
2 changes: 1 addition & 1 deletion chromeos/services/cellular_setup/esim_profile.h
Original file line number Diff line number Diff line change
Expand Up @@ -129,4 +129,4 @@ class ESimProfile : public mojom::ESimProfile {
} // namespace cellular_setup
} // namespace chromeos

#endif // CHROMEOS_SERVICES_CELLULAR_SETUP_ESIM_MANAGER_H_
#endif // CHROMEOS_SERVICES_CELLULAR_SETUP_ESIM_PROFILE_H_
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ class FakeAuthTokenValidator : public AuthTokenValidator {

} // namespace chromeos

#endif // CHROMEOS_SERVICES_MULTIDEVICE_SETUP_PUBLIC_CPP_AUTH_TOKEN_VALIDATOR_H_
#endif // CHROMEOS_SERVICES_MULTIDEVICE_SETUP_PUBLIC_CPP_FAKE_AUTH_TOKEN_VALIDATOR_H_
Original file line number Diff line number Diff line change
Expand Up @@ -149,4 +149,4 @@ class BluetoothLowEnergyCharacteristicsFinder

} // namespace chromeos

#endif // CHROMEOS_SERVICES_SECURE_CHANNEL_BLE_BLUETOOTH_CHARACTERISTICS_FINDER_H_
#endif // CHROMEOS_SERVICES_SECURE_CHANNEL_BLE_CHARACTERISTICS_FINDER_H_
6 changes: 3 additions & 3 deletions chromeos/ui/base/window_pin_type.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef ASH_PUBLIC_CPP_WINDOW_PIN_TYPE_H_
#define ASH_PUBLIC_CPP_WINDOW_PIN_TYPE_H_
#ifndef CHROMEOS_UI_BASE_WINDOW_PIN_TYPE_H_
#define CHROMEOS_UI_BASE_WINDOW_PIN_TYPE_H_

#include <ostream>

Expand All @@ -28,4 +28,4 @@ std::ostream& operator<<(std::ostream& stream, WindowPinType pin_type);

} // namespace chromeos

#endif // ASH_PUBLIC_CPP_WINDOW_PIN_TYPE_H_
#endif // CHROMEOS_UI_BASE_WINDOW_PIN_TYPE_H_

0 comments on commit b6b14ac

Please sign in to comment.