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

Side by Side Diff: base/win/metro.cc

Issue 19224003: Use a direct include of the message_loop header in base/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 5 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 | « base/tools_sanity_unittest.cc ('k') | base/win/object_watcher.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 "base/win/metro.h" 5 #include "base/win/metro.h"
6 6
7 #include "base/message_loop.h" 7 #include "base/message_loop/message_loop.h"
8 #include "base/strings/string_util.h" 8 #include "base/strings/string_util.h"
9 #include "base/win/scoped_comptr.h" 9 #include "base/win/scoped_comptr.h"
10 #include "base/win/windows_version.h" 10 #include "base/win/windows_version.h"
11 11
12 namespace base { 12 namespace base {
13 namespace win { 13 namespace win {
14 14
15 namespace { 15 namespace {
16 bool g_should_tsf_aware_required = false; 16 bool g_should_tsf_aware_required = false;
17 } 17 }
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
178 reinterpret_cast<GetInitialSearchString>( 178 reinterpret_cast<GetInitialSearchString>(
179 ::GetProcAddress(metro, "GetInitialSearchString")); 179 ::GetProcAddress(metro, "GetInitialSearchString"));
180 DCHECK(initial_search_string); 180 DCHECK(initial_search_string);
181 *params = initial_search_string(); 181 *params = initial_search_string();
182 } 182 }
183 return launch_type; 183 return launch_type;
184 } 184 }
185 185
186 } // namespace win 186 } // namespace win
187 } // namespace base 187 } // namespace base
OLDNEW
« no previous file with comments | « base/tools_sanity_unittest.cc ('k') | base/win/object_watcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698