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

Side by Side Diff: chrome/browser/chromeos/input_method/input_method_engine_browsertests.cc

Issue 1547093002: Switch to standard integer types in chrome/browser/chromeos/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 12 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 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 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 <stddef.h>
6
5 #include "base/bind_helpers.h" 7 #include "base/bind_helpers.h"
8 #include "base/macros.h"
6 #include "base/strings/stringprintf.h" 9 #include "base/strings/stringprintf.h"
7 #include "base/strings/utf_string_conversions.h" 10 #include "base/strings/utf_string_conversions.h"
8 #include "chrome/browser/extensions/extension_browsertest.h" 11 #include "chrome/browser/extensions/extension_browsertest.h"
9 #include "content/public/test/browser_test_utils.h" 12 #include "content/public/test/browser_test_utils.h"
10 #include "content/public/test/test_utils.h" 13 #include "content/public/test/test_utils.h"
11 #include "extensions/browser/process_manager.h" 14 #include "extensions/browser/process_manager.h"
12 #include "extensions/common/manifest_handlers/background_info.h" 15 #include "extensions/common/manifest_handlers/background_info.h"
13 #include "extensions/test/extension_test_message_listener.h" 16 #include "extensions/test/extension_test_message_listener.h"
14 #include "ui/base/ime/chromeos/component_extension_ime_manager.h" 17 #include "ui/base/ime/chromeos/component_extension_ime_manager.h"
15 #include "ui/base/ime/chromeos/extension_ime_util.h" 18 #include "ui/base/ime/chromeos/extension_ime_util.h"
(...skipping 1026 matching lines...) Expand 10 before | Expand all | Expand 10 after
1042 EXPECT_EQ("", mock_input_context->last_commit_text()); 1045 EXPECT_EQ("", mock_input_context->last_commit_text());
1043 } 1046 }
1044 1047
1045 ui::IMEBridge::Get()->SetInputContextHandler(NULL); 1048 ui::IMEBridge::Get()->SetInputContextHandler(NULL);
1046 ui::IMEBridge::Get()->SetCandidateWindowHandler(NULL); 1049 ui::IMEBridge::Get()->SetCandidateWindowHandler(NULL);
1047 } 1050 }
1048 1051
1049 } // namespace 1052 } // namespace
1050 } // namespace input_method 1053 } // namespace input_method
1051 } // namespace chromeos 1054 } // namespace chromeos
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698