Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(47)

Side by Side Diff: ash/system/bluetooth/tray_bluetooth.cc

Issue 2920613003: Clean up unused grit header includes in ash/. (Closed)
Patch Set: Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "ash/system/bluetooth/tray_bluetooth.h" 5 #include "ash/system/bluetooth/tray_bluetooth.h"
6 6
7 #include <map> 7 #include <map>
8 #include <memory> 8 #include <memory>
9 #include <set> 9 #include <set>
10 #include <string> 10 #include <string>
11 11
12 #include "ash/resources/grit/ash_resources.h"
13 #include "ash/resources/vector_icons/vector_icons.h" 12 #include "ash/resources/vector_icons/vector_icons.h"
14 #include "ash/shell.h" 13 #include "ash/shell.h"
15 #include "ash/shell_port.h" 14 #include "ash/shell_port.h"
16 #include "ash/strings/grit/ash_strings.h" 15 #include "ash/strings/grit/ash_strings.h"
17 #include "ash/system/bluetooth/tray_bluetooth_helper.h" 16 #include "ash/system/bluetooth/tray_bluetooth_helper.h"
18 #include "ash/system/tray/hover_highlight_view.h" 17 #include "ash/system/tray/hover_highlight_view.h"
19 #include "ash/system/tray/system_tray.h" 18 #include "ash/system/tray/system_tray.h"
20 #include "ash/system/tray/system_tray_controller.h" 19 #include "ash/system/tray/system_tray_controller.h"
21 #include "ash/system/tray/system_tray_notifier.h" 20 #include "ash/system/tray/system_tray_notifier.h"
22 #include "ash/system/tray/tray_constants.h" 21 #include "ash/system/tray/tray_constants.h"
(...skipping 553 matching lines...) Expand 10 before | Expand all | Expand 10 after
576 detailed_->Update(); 575 detailed_->Update();
577 } 576 }
578 577
579 void TrayBluetooth::OnBluetoothDiscoveringChanged() { 578 void TrayBluetooth::OnBluetoothDiscoveringChanged() {
580 if (!detailed_) 579 if (!detailed_)
581 return; 580 return;
582 detailed_->Update(); 581 detailed_->Update();
583 } 582 }
584 583
585 } // namespace ash 584 } // namespace ash
OLDNEW
« no previous file with comments | « ash/frame/caption_buttons/frame_size_button_unittest.cc ('k') | ash/system/brightness/tray_brightness.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698