Remove #pragma once from ash
Review URL: https://chromiumcodereview.appspot.com/10693135 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146075 0039d316-1c4b-4281-b951-d872f2087c98
This commit is contained in:
ash
accelerators
accelerator_controller.haccelerator_dispatcher.haccelerator_filter.haccelerator_table.hfocus_manager_factory.hnested_dispatcher_controller.h
ash_export.hash_switches.hcaps_lock_delegate.hdesktop_background
display
drag_drop
focus_cycler.hhigh_contrast
ime_control_delegate.hkey_rewriter_delegate.hlauncher
app_list_button.hbackground_animator.hlauncher.hlauncher_alignment_menu.hlauncher_button.hlauncher_button_host.hlauncher_context_menu.hlauncher_delegate.hlauncher_icon_observer.hlauncher_model.hlauncher_model_observer.hlauncher_navigator.hlauncher_tooltip_manager.hlauncher_types.hlauncher_view.htabbed_launcher_button.h
magnifier
root_window_controller.hrotator
screen_ash.hscreensaver
screenshot_delegate.hshell.hshell
content_client
example_factory.hlauncher_delegate_impl.hpanel_window.hshell_delegate_impl.hshell_main_parts.htoplevel_window.hwindow_type_launcher.hwindow_watcher.hsystem
audio
bluetooth
brightness
date
drive
ime
locale
network
power
settings
status_area_widget.hstatus_area_widget_delegate.htray
system_tray.hsystem_tray_bubble.hsystem_tray_delegate.hsystem_tray_item.htray_background_view.htray_bubble_view.htray_constants.htray_empty.htray_image_item.htray_item_more.htray_item_view.htray_notification_view.htray_views.h
tray_accessibility.htray_caps_lock.htray_update.huser
web_notification
test
ash_test_base.hcapture_tracking_view.hlauncher_view_test_api.htest_activation_delegate.htest_launcher_delegate.htest_shell_delegate.htest_suite.h
tooltips
touch
volume_control_delegate.hwm
activation_controller.halways_on_top_controller.happ_list_controller.hbase_layout_manager.hcapture_controller.hcustom_frame_view_ash.hdefault_window_resizer.hdialog_frame_view.hevent_client_impl.hframe_painter.himage_grid.hkey_rewriter_event_filter.hpanel_frame_view.hpanel_layout_manager.hpanel_window_event_filter.hpartial_screenshot_event_filter.hpartial_screenshot_view.hpower_button_controller.hproperty_util.hresize_shadow.hresize_shadow_controller.hroot_window_layout_manager.hscreen_dimmer.hshadow.hshadow_controller.hshadow_types.hshelf_layout_manager.hshelf_types.hslow_animation_event_filter.hstacking_controller.hstatus_area_layout_manager.hsystem_gesture_event_filter.hsystem_modal_container_event_filter.hsystem_modal_container_event_filter_delegate.hsystem_modal_container_layout_manager.htoplevel_window_event_filter.huser_activity_detector.huser_activity_observer.hvideo_detector.hvisibility_controller.hwindow_animations.hwindow_cycle_controller.hwindow_cycle_list.hwindow_frame.hwindow_modality_controller.hwindow_properties.hwindow_resizer.hwindow_util.h
workspace
multi_window_resize_controller.hsnap_sizer.hworkspace_event_filter.hworkspace_event_filter_test_helper.hworkspace_layout_manager.hworkspace_window_resizer.h
workspace_controller.hworkspace_controller_test_helper.h@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef ASH_ACCELERATORS_ACCELERATOR_CONTROLLER_H_
|
||||
#define ASH_ACCELERATORS_ACCELERATOR_CONTROLLER_H_
|
||||
#pragma once
|
||||
|
||||
#include <map>
|
||||
#include <set>
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef ASH_ACCELERATORS_ACCELERATOR_DISPATCHER_H_
|
||||
#define ASH_ACCELERATORS_ACCELERATOR_DISPATCHER_H_
|
||||
#pragma once
|
||||
|
||||
#include "ash/ash_export.h"
|
||||
#include "base/message_loop.h"
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef ASH_ACCELERATORS_ACCELERATOR_FILTER_H_
|
||||
#define ASH_ACCELERATORS_ACCELERATOR_FILTER_H_
|
||||
#pragma once
|
||||
|
||||
#include "base/basictypes.h"
|
||||
#include "base/compiler_specific.h"
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef ASH_ACCELERATORS_ACCELERATOR_TABLE_H_
|
||||
#define ASH_ACCELERATORS_ACCELERATOR_TABLE_H_
|
||||
#pragma once
|
||||
|
||||
#include "ash/ash_export.h"
|
||||
#include "ui/aura/event.h"
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef ASH_ACCELERATORS_FOCUS_MANAGER_FACTORY_H_
|
||||
#define ASH_ACCELERATORS_FOCUS_MANAGER_FACTORY_H_
|
||||
#pragma once
|
||||
|
||||
#include "base/basictypes.h"
|
||||
#include "base/compiler_specific.h"
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef ASH_ACCELERATORS_NESTED_DISPATCHER_CONTROLLER_H_
|
||||
#define ASH_ACCELERATORS_NESTED_DISPATCHER_CONTROLLER_H_
|
||||
#pragma once
|
||||
|
||||
#include "ash/ash_export.h"
|
||||
#include "base/message_loop.h"
|
||||
|
@ -1,10 +1,9 @@
|
||||
// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
||||
// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#ifndef ASH_ASH_EXPORT_H_
|
||||
#define ASH_ASH_EXPORT_H_
|
||||
#pragma once
|
||||
|
||||
// Defines ASH_EXPORT so that functionality implemented by the aura_shell
|
||||
// module can be exported to consumers.
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef ASH_ASH_SWITCHES_H_
|
||||
#define ASH_ASH_SWITCHES_H_
|
||||
#pragma once
|
||||
|
||||
#include "ash/ash_export.h"
|
||||
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef ASH_CAPS_LOCK_DELEGATE_H_
|
||||
#define ASH_CAPS_LOCK_DELEGATE_H_
|
||||
#pragma once
|
||||
|
||||
namespace ash {
|
||||
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef ASH_DESKTOP_BACKGROUND_DESKTOP_BACKGROUND_CONTROLLER_H_
|
||||
#define ASH_DESKTOP_BACKGROUND_DESKTOP_BACKGROUND_CONTROLLER_H_
|
||||
#pragma once
|
||||
|
||||
#include "ash/ash_export.h"
|
||||
#include "ash/desktop_background/desktop_background_resources.h"
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef ASH_DESKTOP_BACKGROUND_DESKTOP_BACKGROUND_VIEW_H_
|
||||
#define ASH_DESKTOP_BACKGROUND_DESKTOP_BACKGROUND_VIEW_H_
|
||||
#pragma once
|
||||
|
||||
#include "ash/desktop_background/desktop_background_resources.h"
|
||||
#include "ui/gfx/image/image_skia.h"
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef ASH_DISPLAY_DISPLAY_CONTROLLER_H_
|
||||
#define ASH_DISPLAY_DISPLAY_CONTROLLER_H_
|
||||
#pragma once
|
||||
|
||||
#include <map>
|
||||
#include <vector>
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef ASH_DISPLAY_MOUSE_CURSOR_EVENT_FILTER_H
|
||||
#define ASH_DISPLAY_MOUSE_CURSOR_EVENT_FILTER_H
|
||||
#pragma once
|
||||
|
||||
#include "ash/ash_export.h"
|
||||
#include "base/compiler_specific.h"
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef ASH_DISPLAY_MULTI_DISPLAY_MANAGER_H_
|
||||
#define ASH_DISPLAY_MULTI_DISPLAY_MANAGER_H_
|
||||
#pragma once
|
||||
|
||||
#include <vector>
|
||||
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef ASH_DISPLAY_SECONDARY_DISPLAY_VIEW_H_
|
||||
#define ASH_DISPLAY_SECONDARY_DISPLAY_VIEW_H_
|
||||
#pragma once
|
||||
|
||||
namespace aura {
|
||||
class Window;
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef ASH_DRAG_DROP_DRAG_DROP_CONTROLLER_H_
|
||||
#define ASH_DRAG_DROP_DRAG_DROP_CONTROLLER_H_
|
||||
#pragma once
|
||||
|
||||
#include "ash/ash_export.h"
|
||||
#include "base/callback.h"
|
||||
|
@ -1,10 +1,9 @@
|
||||
// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
||||
// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#ifndef ASH_DRAG_DROP_DRAG_IMAGE_VIEW_H_
|
||||
#define ASH_DRAG_DROP_DRAG_IMAGE_VIEW_H_
|
||||
#pragma once
|
||||
|
||||
#include "ui/views/controls/image_view.h"
|
||||
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef FOCUS_CYCLER_H_
|
||||
#define FOCUS_CYCLER_H_
|
||||
#pragma once
|
||||
|
||||
#include <vector>
|
||||
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef ASH_HIGH_CONTRAST_HIGH_CONTRAST_CONTROLLER_H_
|
||||
#define ASH_HIGH_CONTRAST_HIGH_CONTRAST_CONTROLLER_H_
|
||||
#pragma once
|
||||
|
||||
#include "ash/ash_export.h"
|
||||
#include "base/basictypes.h"
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef ASH_IME_CONTROL_DELEGATE_H_
|
||||
#define ASH_IME_CONTROL_DELEGATE_H_
|
||||
#pragma once
|
||||
|
||||
namespace ui {
|
||||
class Accelerator;
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef ASH_KEY_REWRITER_DELEGATE_H_
|
||||
#define ASH_KEY_REWRITER_DELEGATE_H_
|
||||
#pragma once
|
||||
|
||||
namespace aura {
|
||||
class KeyEvent;
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef ASH_LAUNCHER_APP_LIST_BUTTON_H_
|
||||
#define ASH_LAUNCHER_APP_LIST_BUTTON_H_
|
||||
#pragma once
|
||||
|
||||
#include "ui/views/controls/button/image_button.h"
|
||||
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef ASH_LAUNCHER_BACKGROUND_ANIMATOR_H_
|
||||
#define ASH_LAUNCHER_BACKGROUND_ANIMATOR_H_
|
||||
#pragma once
|
||||
|
||||
#include "ash/ash_export.h"
|
||||
#include "base/basictypes.h"
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef ASH_LAUNCHER_LAUNCHER_H_
|
||||
#define ASH_LAUNCHER_LAUNCHER_H_
|
||||
#pragma once
|
||||
|
||||
#include "ash/ash_export.h"
|
||||
#include "ash/launcher/background_animator.h"
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef ASH_WM_LAUNCHER_LAUNCHER_ALIGNMENT_MENU_H_
|
||||
#define ASH_WM_LAUNCHER_LAUNCHER_ALIGNMENT_MENU_H_
|
||||
#pragma once
|
||||
|
||||
#include "ash/ash_export.h"
|
||||
#include "base/basictypes.h"
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef ASH_LAUNCHER_LAUNCHER_BUTTON_H_
|
||||
#define ASH_LAUNCHER_LAUNCHER_BUTTON_H_
|
||||
#pragma once
|
||||
|
||||
#include "base/memory/scoped_ptr.h"
|
||||
#include "ui/views/controls/button/custom_button.h"
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef ASH_LAUNCHER_LAUNCHER_BUTTON_HOST_H_
|
||||
#define ASH_LAUNCHER_LAUNCHER_BUTTON_HOST_H_
|
||||
#pragma once
|
||||
|
||||
#include "ash/ash_export.h"
|
||||
#include "ash/wm/shelf_types.h"
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef ASH_WM_LAUNCHER_LAUNCHER_CONTEXT_MENU_H_
|
||||
#define ASH_WM_LAUNCHER_LAUNCHER_CONTEXT_MENU_H_
|
||||
#pragma once
|
||||
|
||||
#include "ash/ash_export.h"
|
||||
#include "ash/launcher/launcher_alignment_menu.h"
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef ASH_LAUNCHER_LAUNCHER_DELEGATE_H_
|
||||
#define ASH_LAUNCHER_LAUNCHER_DELEGATE_H_
|
||||
#pragma once
|
||||
|
||||
#include "ash/ash_export.h"
|
||||
#include "ash/launcher/launcher_types.h"
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef ASH_LAUNCHER_LAUNCHER_ICON_OBSERVER_H_
|
||||
#define ASH_LAUNCHER_LAUNCHER_ICON_OBSERVER_H_
|
||||
#pragma once
|
||||
|
||||
#include "ash/ash_export.h"
|
||||
#include "base/basictypes.h"
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef ASH_LAUNCHER_LAUNCHER_MODEL_H_
|
||||
#define ASH_LAUNCHER_LAUNCHER_MODEL_H_
|
||||
#pragma once
|
||||
|
||||
#include <vector>
|
||||
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef ASH_LAUNCHER_LAUNCHER_MODEL_OBSERVER_H_
|
||||
#define ASH_LAUNCHER_LAUNCHER_MODEL_OBSERVER_H_
|
||||
#pragma once
|
||||
|
||||
#include "ash/ash_export.h"
|
||||
#include "ash/launcher/launcher_types.h"
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef ASH_LAUNCHER_LAUNCHER_NAVIGATOR_H_
|
||||
#define ASH_LAUNCHER_LAUNCHER_NAVIGATOR_H_
|
||||
#pragma once
|
||||
|
||||
#include "ash/ash_export.h"
|
||||
#include "ash/launcher/launcher_types.h"
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef ASH_LAUNCHER_LAUNCHER_TOOLTIP_MANAGER_H_
|
||||
#define ASH_LAUNCHER_LAUNCHER_TOOLTIP_MANAGER_H_
|
||||
#pragma once
|
||||
|
||||
#include "ash/ash_export.h"
|
||||
#include "ash/wm/shelf_layout_manager.h"
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef ASH_LAUNCHER_LAUNCHER_TYPES_H_
|
||||
#define ASH_LAUNCHER_LAUNCHER_TYPES_H_
|
||||
#pragma once
|
||||
|
||||
#include <vector>
|
||||
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef ASH_LAUNCHER_LAUNCHER_VIEW_H_
|
||||
#define ASH_LAUNCHER_LAUNCHER_VIEW_H_
|
||||
#pragma once
|
||||
|
||||
#include <utility>
|
||||
#include <vector>
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef ASH_LAUNCHER_TABBED_LAUNCHER_BUTTON_H_
|
||||
#define ASH_LAUNCHER_TABBED_LAUNCHER_BUTTON_H_
|
||||
#pragma once
|
||||
|
||||
#include "ash/launcher/launcher_button.h"
|
||||
#include "base/memory/scoped_ptr.h"
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef ASH_MAGNIFIER_MAGNIFICATION_CONTROLLER_H_
|
||||
#define ASH_MAGNIFIER_MAGNIFICATION_CONTROLLER_H_
|
||||
#pragma once
|
||||
|
||||
#include "base/compiler_specific.h"
|
||||
#include "base/logging.h"
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef ASH_ROOT_WINDOW_CONTROLLER_H_
|
||||
#define ASH_ROOT_WINDOW_CONTROLLER_H_
|
||||
#pragma once
|
||||
|
||||
#include "base/basictypes.h"
|
||||
#include "base/memory/scoped_ptr.h"
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef ASH_SCREEN_ROTATION_H_
|
||||
#define ASH_SCREEN_ROTATION_H_
|
||||
#pragma once
|
||||
|
||||
#include "ash/ash_export.h"
|
||||
#include "base/basictypes.h"
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef ASH_SCREEN_ASH_H_
|
||||
#define ASH_SCREEN_ASH_H_
|
||||
#pragma once
|
||||
|
||||
#include "ash/ash_export.h"
|
||||
#include "base/compiler_specific.h"
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef ASH_SCREENSAVER_SCREENSAVER_VIEW_H_
|
||||
#define ASH_SCREENSAVER_SCREENSAVER_VIEW_H_
|
||||
#pragma once
|
||||
|
||||
#include "ash/ash_export.h"
|
||||
#include "base/callback.h"
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef ASH_SCREENSHOT_DELEGATE_H_
|
||||
#define ASH_SCREENSHOT_DELEGATE_H_
|
||||
#pragma once
|
||||
|
||||
namespace aura {
|
||||
class Window;
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef ASH_SHELL_H_
|
||||
#define ASH_SHELL_H_
|
||||
#pragma once
|
||||
|
||||
#include <utility>
|
||||
#include <vector>
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef ASH_SHELL_CONTENT_CLIENT_EXAMPLES_BROWSER_MAIN_PARTS_H_
|
||||
#define ASH_SHELL_CONTENT_CLIENT_EXAMPLES_BROWSER_MAIN_PARTS_H_
|
||||
#pragma once
|
||||
|
||||
#include "base/basictypes.h"
|
||||
#include "base/memory/scoped_ptr.h"
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef ASH_SHELL_CONTENT_CLIENT_SHELL_CONTENT_BROWSER_CLIENT_H_
|
||||
#define ASH_SHELL_CONTENT_CLIENT_SHELL_CONTENT_BROWSER_CLIENT_H_
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef ASH_SHELL_CONTENT_CLIENT_SHELL_MAIN_DELEGATE_H_
|
||||
#define ASH_SHELL_CONTENT_CLIENT_SHELL_MAIN_DELEGATE_H_
|
||||
#pragma once
|
||||
|
||||
#include "base/compiler_specific.h"
|
||||
#include "base/memory/scoped_ptr.h"
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef ASH_SHELL_EXAMPLE_FACTORY_H_
|
||||
#define ASH_SHELL_EXAMPLE_FACTORY_H_
|
||||
#pragma once
|
||||
|
||||
namespace app_list {
|
||||
class AppListViewDelegate;
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef ASH_SHELL_LAUNCHER_DELEGATE_IMPL_H_
|
||||
#define ASH_SHELL_LAUNCHER_DELEGATE_IMPL_H_
|
||||
#pragma once
|
||||
|
||||
#include "ash/launcher/launcher_delegate.h"
|
||||
#include "base/compiler_specific.h"
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef ASH_SHELL_PANEL_WINDOW_H_
|
||||
#define ASH_SHELL_PANEL_WINDOW_H_
|
||||
#pragma once
|
||||
|
||||
#include "base/basictypes.h"
|
||||
#include "ui/aura/aura_export.h"
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef ASH_SHELL_SHELL_DELEGATE_IMPL_H_
|
||||
#define ASH_SHELL_SHELL_DELEGATE_IMPL_H_
|
||||
#pragma once
|
||||
|
||||
#include "ash/shell_delegate.h"
|
||||
#include "base/compiler_specific.h"
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef ASH_SHELL_SHELL_MAIN_PARTS_H_
|
||||
#define ASH_SHELL_SHELL_MAIN_PARTS_H_
|
||||
#pragma once
|
||||
|
||||
namespace ash {
|
||||
namespace shell {
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef ASH_SHELL_TOPLEVEL_WINDOW_H_
|
||||
#define ASH_SHELL_TOPLEVEL_WINDOW_H_
|
||||
#pragma once
|
||||
|
||||
#include "ui/views/widget/widget_delegate.h"
|
||||
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef ASH_SHELL_WINDOW_TYPE_LAUNCHER_H_
|
||||
#define ASH_SHELL_WINDOW_TYPE_LAUNCHER_H_
|
||||
#pragma once
|
||||
|
||||
#include "ui/views/context_menu_controller.h"
|
||||
#include "ui/views/controls/button/button.h"
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef ASH_SHELL_WINDOW_WATCHER_H_
|
||||
#define ASH_SHELL_WINDOW_WATCHER_H_
|
||||
#pragma once
|
||||
|
||||
#include <map>
|
||||
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef ASH_SHELL_CONTEXT_MENU_H_
|
||||
#define ASH_SHELL_CONTEXT_MENU_H_
|
||||
#pragma once
|
||||
|
||||
#include "base/memory/scoped_ptr.h"
|
||||
#include "ui/base/models/simple_menu_model.h"
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef ASH_SHELL_DELEGATE_H_
|
||||
#define ASH_SHELL_DELEGATE_H_
|
||||
#pragma once
|
||||
|
||||
#include <vector>
|
||||
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef ASH_SHELL_FACTORY_H_
|
||||
#define ASH_SHELL_FACTORY_H_
|
||||
#pragma once
|
||||
|
||||
#include "ash/ash_export.h"
|
||||
#include "ash/desktop_background/desktop_background_resources.h"
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef ASH_SHELL_OBSERVER_H_
|
||||
#define ASH_SHELL_OBSERVER_H_
|
||||
#pragma once
|
||||
|
||||
#include "ash/ash_export.h"
|
||||
#include "ash/system/user/login_status.h"
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef ASH_SHELL_WINDOW_IDS_H_
|
||||
#define ASH_SHELL_WINDOW_IDS_H_
|
||||
#pragma once
|
||||
|
||||
// Declarations of ids of special shell windows.
|
||||
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef ASH_SYSTEM_AUDIO_TRAY_VOLUME_H_
|
||||
#define ASH_SYSTEM_AUDIO_TRAY_VOLUME_H_
|
||||
#pragma once
|
||||
|
||||
#include "ash/system/audio/audio_observer.h"
|
||||
#include "ash/system/tray/tray_image_item.h"
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef ASH_SYSTEM_BLUETOOTH_BLUETOOTH_OBSERVER_H_
|
||||
#define ASH_SYSTEM_BLUETOOTH_BLUETOOTH_OBSERVER_H_
|
||||
#pragma once
|
||||
|
||||
namespace ash {
|
||||
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef ASH_SYSTEM_BLUETOOTH_TRAY_BLUETOOTH_H_
|
||||
#define ASH_SYSTEM_BLUETOOTH_TRAY_BLUETOOTH_H_
|
||||
#pragma once
|
||||
|
||||
#include "ash/system/bluetooth/bluetooth_observer.h"
|
||||
#include "ash/system/tray/system_tray_item.h"
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef ASH_SYSTEM_BRIGHTNESS_BRIGHTNESS_CONTROL_DELEGATE_H_
|
||||
#define ASH_SYSTEM_BRIGHTNESS_BRIGHTNESS_CONTROL_DELEGATE_H_
|
||||
#pragma once
|
||||
|
||||
#include "base/callback.h"
|
||||
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef ASH_SYSTEM_BRIGHTNESS_TRAY_BRIGHTNESS_H_
|
||||
#define ASH_SYSTEM_BRIGHTNESS_TRAY_BRIGHTNESS_H_
|
||||
#pragma once
|
||||
|
||||
#include "ash/system/brightness/brightness_observer.h"
|
||||
#include "ash/system/tray/system_tray_item.h"
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef ASH_SYSTEM_DATE_DATE_VIEW_H_
|
||||
#define ASH_SYSTEM_DATE_DATE_VIEW_H_
|
||||
#pragma once
|
||||
|
||||
#include "ash/system/date/tray_date.h"
|
||||
#include "ash/system/tray/tray_views.h"
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef ASH_SYSTEM_DATE_TRAY_DATE_H_
|
||||
#define ASH_SYSTEM_DATE_TRAY_DATE_H_
|
||||
#pragma once
|
||||
|
||||
#include "ash/system/date/clock_observer.h"
|
||||
#include "ash/system/tray/system_tray_item.h"
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef ASH_SYSTEM_DRIVE_DRIVE_OBSERVER_H_
|
||||
#define ASH_SYSTEM_DRIVE_DRIVE_OBSERVER_H_
|
||||
#pragma once
|
||||
|
||||
#include "ash/system/tray/system_tray_delegate.h"
|
||||
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef ASH_SYSTEM_DRIVE_TRAY_DRIVE_H_
|
||||
#define ASH_SYSTEM_DRIVE_TRAY_DRIVE_H_
|
||||
#pragma once
|
||||
|
||||
#include "ash/system/drive/drive_observer.h"
|
||||
#include "ash/system/tray/tray_image_item.h"
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef ASH_SYSTEM_IME_IME_OBSERVER_H_
|
||||
#define ASH_SYSTEM_IME_IME_OBSERVER_H_
|
||||
#pragma once
|
||||
|
||||
namespace ash {
|
||||
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef ASH_SYSTEM_IME_TRAY_IME_H_
|
||||
#define ASH_SYSTEM_IME_TRAY_IME_H_
|
||||
#pragma once
|
||||
|
||||
#include "ash/system/ime/ime_observer.h"
|
||||
#include "ash/system/tray/system_tray_item.h"
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef ASH_SYSTEM_LOCALE_LOCALE_OBSERVER_H_
|
||||
#define ASH_SYSTEM_LOCALE_LOCALE_OBSERVER_H_
|
||||
#pragma once
|
||||
|
||||
#include "ash/ash_export.h"
|
||||
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef ASH_SYSTEM_LOCALE_TRAY_LOCALE_H_
|
||||
#define ASH_SYSTEM_LOCALE_TRAY_LOCALE_H_
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef ASH_SYSTEM_NETWORK_NETWORK_OBSERVER_H
|
||||
#define ASH_SYSTEM_NETWORK_NETWORK_OBSERVER_H
|
||||
#pragma once
|
||||
|
||||
#include "base/string16.h"
|
||||
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef ASH_SYSTEM_NETWORK_SMS_OBSERVER_H
|
||||
#define ASH_SYSTEM_NETWORK_SMS_OBSERVER_H
|
||||
#pragma once
|
||||
|
||||
#include "base/string16.h"
|
||||
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef ASH_SYSTEM_NETWORK_TRAY_NETWORK_H
|
||||
#define ASH_SYSTEM_NETWORK_TRAY_NETWORK_H
|
||||
#pragma once
|
||||
|
||||
#include "ash/system/network/network_observer.h"
|
||||
#include "ash/system/tray/system_tray_item.h"
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef ASH_SYSTEM_NETWORK_TRAY_SMS_H
|
||||
#define ASH_SYSTEM_NETWORK_TRAY_SMS_H
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef ASH_SYSTEM_POWER_POWER_STATUS_VIEW_H_
|
||||
#define ASH_SYSTEM_POWER_POWER_STATUS_VIEW_H_
|
||||
#pragma once
|
||||
|
||||
#include "ash/system/power/power_supply_status.h"
|
||||
#include "ui/views/view.h"
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef ASH_SYSTEM_POWER_TRAY_POWER_H_
|
||||
#define ASH_SYSTEM_POWER_TRAY_POWER_H_
|
||||
#pragma once
|
||||
|
||||
#include "ash/system/power/power_status_observer.h"
|
||||
#include "ash/system/tray/system_tray_item.h"
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef ASH_SYSTEM_SETTINGS_TRAY_SETTINGS_H_
|
||||
#define ASH_SYSTEM_SETTINGS_TRAY_SETTINGS_H_
|
||||
#pragma once
|
||||
|
||||
#include "ash/system/power/power_status_observer.h"
|
||||
#include "ash/system/tray/system_tray_item.h"
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef ASH_SYSTEM_STATUS_AREA_WIDGET_H_
|
||||
#define ASH_SYSTEM_STATUS_AREA_WIDGET_H_
|
||||
#pragma once
|
||||
|
||||
#include "ash/ash_export.h"
|
||||
#include "ash/launcher/background_animator.h"
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef ASH_SYSTEM_STATUS_AREA_WIDGET_DELEGATE_H_
|
||||
#define ASH_SYSTEM_STATUS_AREA_WIDGET_DELEGATE_H_
|
||||
#pragma once
|
||||
|
||||
#include "ash/ash_export.h"
|
||||
#include "ash/wm/shelf_types.h"
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef ASH_SYSTEM_TRAY_SYSTEM_TRAY_H_
|
||||
#define ASH_SYSTEM_TRAY_SYSTEM_TRAY_H_
|
||||
#pragma once
|
||||
|
||||
#include "ash/ash_export.h"
|
||||
#include "ash/system/power/power_supply_status.h"
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef ASH_SYSTEM_TRAY_SYSTEM_TRAY_BUBBLE_H_
|
||||
#define ASH_SYSTEM_TRAY_SYSTEM_TRAY_BUBBLE_H_
|
||||
#pragma once
|
||||
|
||||
#include "ash/system/tray/tray_bubble_view.h"
|
||||
#include "ash/system/user/login_status.h"
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef ASH_SYSTEM_TRAY_SYSTEM_TRAY_DELEGATE_H_
|
||||
#define ASH_SYSTEM_TRAY_SYSTEM_TRAY_DELEGATE_H_
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef ASH_SYSTEM_TRAY_SYSTEM_TRAY_ITEM_H_
|
||||
#define ASH_SYSTEM_TRAY_SYSTEM_TRAY_ITEM_H_
|
||||
#pragma once
|
||||
|
||||
#include "ash/ash_export.h"
|
||||
#include "ash/system/user/login_status.h"
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef ASH_SYSTEM_TRAY_TRAY_BACKGROUND_VIEW_H_
|
||||
#define ASH_SYSTEM_TRAY_TRAY_BACKGROUND_VIEW_H_
|
||||
#pragma once
|
||||
|
||||
#include "ash/ash_export.h"
|
||||
#include "ash/launcher/background_animator.h"
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef ASH_SYSTEM_TRAY_TRAY_BUBBLE_VIEW_H_
|
||||
#define ASH_SYSTEM_TRAY_TRAY_BUBBLE_VIEW_H_
|
||||
#pragma once
|
||||
|
||||
#include "ui/aura/event_filter.h"
|
||||
#include "ui/views/bubble/bubble_delegate.h"
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef ASH_SYSTEM_TRAY_TRAY_CONSTANTS_H_
|
||||
#define ASH_SYSTEM_TRAY_TRAY_CONSTANTS_H_
|
||||
#pragma once
|
||||
|
||||
typedef unsigned int SkColor;
|
||||
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef ASH_SYSTEM_TRAY_TRAY_EMPTY_H_
|
||||
#define ASH_SYSTEM_TRAY_TRAY_EMPTY_H_
|
||||
#pragma once
|
||||
|
||||
#include "ash/system/tray/system_tray_item.h"
|
||||
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef ASH_SYSTEM_TRAY_TRAY_IMAGE_ITEM_H_
|
||||
#define ASH_SYSTEM_TRAY_TRAY_IMAGE_ITEM_H_
|
||||
#pragma once
|
||||
|
||||
#include "ash/system/tray/system_tray_item.h"
|
||||
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef ASH_SYSTEM_TRAY_TRAY_ITEM_MORE_H_
|
||||
#define ASH_SYSTEM_TRAY_TRAY_ITEM_MORE_H_
|
||||
#pragma once
|
||||
|
||||
#include "ash/system/tray/tray_views.h"
|
||||
#include "ui/views/view.h"
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef ASH_SYSTEM_TRAY_TRAY_ITEM_VIEW_H_
|
||||
#define ASH_SYSTEM_TRAY_TRAY_ITEM_VIEW_H_
|
||||
#pragma once
|
||||
|
||||
#include "ui/base/animation/animation_delegate.h"
|
||||
#include "ui/views/view.h"
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef ASH_SYSTEM_TRAY_TRAY_NOTIFICATION_VIEW_H_
|
||||
#define ASH_SYSTEM_TRAY_TRAY_NOTIFICATION_VIEWS_H_
|
||||
#pragma once
|
||||
|
||||
#include "ui/views/controls/button/image_button.h"
|
||||
#include "ui/views/view.h"
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef ASH_SYSTEM_TRAY_TRAY_VIEWS_H_
|
||||
#define ASH_SYSTEM_TRAY_TRAY_VIEWS_H_
|
||||
#pragma once
|
||||
|
||||
#include "ash/ash_export.h"
|
||||
#include "ui/gfx/font.h"
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef ASH_SYSTEM_TRAY_ACCESSIBILITY_H_
|
||||
#define ASH_SYSTEM_TRAY_ACCESSIBILITY_H_
|
||||
#pragma once
|
||||
|
||||
#include "ash/system/tray/tray_image_item.h"
|
||||
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef ASH_SYSTEM_TRAY_CAPS_LOCK_H_
|
||||
#define ASH_SYSTEM_TRAY_CAPS_LOCK_H_
|
||||
#pragma once
|
||||
|
||||
#include "ash/system/tray/tray_image_item.h"
|
||||
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef ASH_SYSTEM_TRAY_UPDATE_H_
|
||||
#define ASH_SYSTEM_TRAY_UPDATE_H_
|
||||
#pragma once
|
||||
|
||||
#include "ash/system/tray/tray_image_item.h"
|
||||
#include "base/memory/scoped_ptr.h"
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef ASH_SYSTEM_USER_TRAY_USER_H_
|
||||
#define ASH_SYSTEM_USER_TRAY_USER_H_
|
||||
#pragma once
|
||||
|
||||
#include "ash/system/tray/system_tray_item.h"
|
||||
#include "ash/system/user/user_observer.h"
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef ASH_SYSTEM_NOTIFICATION_WEB_NOTIFICATION_TRAY_H_
|
||||
#define ASH_SYSTEM_NOTIFICATION_WEB_NOTIFICATION_TRAY_H_
|
||||
#pragma once
|
||||
|
||||
#include "ash/ash_export.h"
|
||||
#include "ash/system/tray/tray_background_view.h"
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user