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

Side by Side Diff: chrome/browser/ui/ash/launcher/browser_launcher_item_controller.h

Issue 16431004: Use a direct include of strings headers in chrome/browser/ui/a*/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 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 | Annotate | Revision Log
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 #ifndef CHROME_BROWSER_UI_ASH_LAUNCHER_BROWSER_LAUNCHER_ITEM_CONTROLLER_H_ 5 #ifndef CHROME_BROWSER_UI_ASH_LAUNCHER_BROWSER_LAUNCHER_ITEM_CONTROLLER_H_
6 #define CHROME_BROWSER_UI_ASH_LAUNCHER_BROWSER_LAUNCHER_ITEM_CONTROLLER_H_ 6 #define CHROME_BROWSER_UI_ASH_LAUNCHER_BROWSER_LAUNCHER_ITEM_CONTROLLER_H_
7 7
8 #include <string> 8 #include <string>
9 9
10 #include "ash/launcher/launcher_types.h" 10 #include "ash/launcher/launcher_types.h"
11 #include "base/basictypes.h" 11 #include "base/basictypes.h"
12 #include "base/compiler_specific.h" 12 #include "base/compiler_specific.h"
13 #include "base/gtest_prod_util.h" 13 #include "base/gtest_prod_util.h"
14 #include "base/memory/scoped_ptr.h" 14 #include "base/memory/scoped_ptr.h"
15 #include "base/string16.h" 15 #include "base/strings/string16.h"
16 #include "chrome/browser/ui/ash/launcher/launcher_favicon_loader.h" 16 #include "chrome/browser/ui/ash/launcher/launcher_favicon_loader.h"
17 #include "chrome/browser/ui/ash/launcher/launcher_item_controller.h" 17 #include "chrome/browser/ui/ash/launcher/launcher_item_controller.h"
18 #include "chrome/browser/ui/tabs/tab_strip_model_observer.h" 18 #include "chrome/browser/ui/tabs/tab_strip_model_observer.h"
19 #include "ui/aura/window_observer.h" 19 #include "ui/aura/window_observer.h"
20 20
21 class Browser; 21 class Browser;
22 22
23 namespace ash { 23 namespace ash {
24 class LauncherModel; 24 class LauncherModel;
25 } 25 }
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 135
136 TabStripModel* tab_model_; 136 TabStripModel* tab_model_;
137 137
138 // Whether this is associated with an incognito profile. 138 // Whether this is associated with an incognito profile.
139 const bool is_incognito_; 139 const bool is_incognito_;
140 140
141 DISALLOW_COPY_AND_ASSIGN(BrowserLauncherItemController); 141 DISALLOW_COPY_AND_ASSIGN(BrowserLauncherItemController);
142 }; 142 };
143 143
144 #endif // CHROME_BROWSER_UI_ASH_LAUNCHER_BROWSER_LAUNCHER_ITEM_CONTROLLER_H_ 144 #endif // CHROME_BROWSER_UI_ASH_LAUNCHER_BROWSER_LAUNCHER_ITEM_CONTROLLER_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/ash/event_rewriter_unittest.cc ('k') | chrome/browser/ui/ash/launcher/chrome_launcher_app_menu_item.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698