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

Side by Side Diff: chromeos/ime/input_method_descriptor.cc

Issue 18919005: Migrate from googleurl/ includes to url/ ones in the remaining top-level directories. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: make googleurl a temp include rule - to prevent others including it again 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 | « chromeos/ime/input_method_descriptor.h ('k') | cloud_print/service/win/chrome_launcher.cc » ('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 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 "chromeos/ime/input_method_descriptor.h" 5 #include "chromeos/ime/input_method_descriptor.h"
6 6
7 #include <sstream> 7 #include <sstream>
8 8
9 #include "base/logging.h" 9 #include "base/logging.h"
10 #include "base/strings/string_split.h" 10 #include "base/strings/string_split.h"
11 #include "googleurl/src/gurl.h" 11 #include "url/gurl.h"
12 12
13 namespace chromeos { 13 namespace chromeos {
14 namespace input_method { 14 namespace input_method {
15 15
16 InputMethodDescriptor::InputMethodDescriptor( 16 InputMethodDescriptor::InputMethodDescriptor(
17 const std::string& id, 17 const std::string& id,
18 const std::string& name, 18 const std::string& name,
19 const std::vector<std::string>& keyboard_layouts, 19 const std::vector<std::string>& keyboard_layouts,
20 const std::vector<std::string>& language_codes, 20 const std::vector<std::string>& language_codes,
21 const GURL& options_page_url) 21 const GURL& options_page_url)
(...skipping 11 matching lines...) Expand all
33 } 33 }
34 34
35 InputMethodDescriptor::InputMethodDescriptor() { 35 InputMethodDescriptor::InputMethodDescriptor() {
36 } 36 }
37 37
38 InputMethodDescriptor::~InputMethodDescriptor() { 38 InputMethodDescriptor::~InputMethodDescriptor() {
39 } 39 }
40 40
41 } // namespace input_method 41 } // namespace input_method
42 } // namespace chromeos 42 } // namespace chromeos
OLDNEW
« no previous file with comments | « chromeos/ime/input_method_descriptor.h ('k') | cloud_print/service/win/chrome_launcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698