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

Side by Side Diff: ui/oak/oak_aura_window_display.cc

Issue 16431009: Use a direct include of strings headers in ui/, part 2. (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
« no previous file with comments | « ui/message_center/views/notifier_settings_view.h ('k') | ui/oak/oak_pretty_print.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 "ui/oak/oak_aura_window_display.h" 5 #include "ui/oak/oak_aura_window_display.h"
6 6
7 #include "base/logging.h" 7 #include "base/logging.h"
8 #include "base/string_util.h" 8 #include "base/strings/string_util.h"
9 #include "base/stringprintf.h" 9 #include "base/strings/stringprintf.h"
10 #include "base/strings/utf_string_conversions.h" 10 #include "base/strings/utf_string_conversions.h"
11 #include "ui/aura/window.h" 11 #include "ui/aura/window.h"
12 #include "ui/base/models/table_model_observer.h" 12 #include "ui/base/models/table_model_observer.h"
13 #include "ui/oak/oak_pretty_print.h" 13 #include "ui/oak/oak_pretty_print.h"
14 14
15 namespace oak { 15 namespace oak {
16 namespace internal { 16 namespace internal {
17 namespace { 17 namespace {
18 enum { 18 enum {
19 ROW_ID = 0, 19 ROW_ID = 0,
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 } 155 }
156 return EmptyString16(); 156 return EmptyString16();
157 } 157 }
158 158
159 void OakAuraWindowDisplay::SetObserver(ui::TableModelObserver* observer) { 159 void OakAuraWindowDisplay::SetObserver(ui::TableModelObserver* observer) {
160 observer_ = observer; 160 observer_ = observer;
161 } 161 }
162 162
163 } // namespace internal 163 } // namespace internal
164 } // namespace oak 164 } // namespace oak
OLDNEW
« no previous file with comments | « ui/message_center/views/notifier_settings_view.h ('k') | ui/oak/oak_pretty_print.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698