0

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:
ajwong@chromium.org
2012-07-11 07:10:28 +00:00
parent d847055689
commit 89b360bcc5
167 changed files with 3 additions and 170 deletions
ash
accelerators
ash_export.hash_switches.hcaps_lock_delegate.h
desktop_background
display
drag_drop
focus_cycler.h
high_contrast
ime_control_delegate.hkey_rewriter_delegate.h
launcher
magnifier
root_window_controller.h
rotator
screen_ash.h
screensaver
screenshot_delegate.hshell.h
shell
shell_context_menu.hshell_delegate.hshell_factory.hshell_observer.hshell_window_ids.h
system
test
tooltips
touch
volume_control_delegate.h
wm

@ -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