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

Side by Side Diff: trunk/src/device/bluetooth/bluetooth_utils.cc

Issue 224763003: Revert 261566 "device/bluetooth: Rename device::bluetooth_utils:..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 8 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 #include "device/bluetooth/bluetooth_utils.h" 5 #include "device/bluetooth/bluetooth_utils.h"
6 6
7 #include <vector> 7 #include <vector>
8 8
9 #include "base/basictypes.h" 9 #include "base/basictypes.h"
10 #include "base/logging.h" 10 #include "base/logging.h"
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 std::string CanonicalUuid(std::string uuid) { 101 std::string CanonicalUuid(std::string uuid) {
102 std::string value; 102 std::string value;
103 std::string canonical_value; 103 std::string canonical_value;
104 UUID::Format format; 104 UUID::Format format;
105 GetCanonicalUuid(uuid, &value, &canonical_value, &format); 105 GetCanonicalUuid(uuid, &value, &canonical_value, &format);
106 return canonical_value; 106 return canonical_value;
107 } 107 }
108 108
109 } // namespace bluetooth_utils 109 } // namespace bluetooth_utils
110 } // namespace device 110 } // namespace device
OLDNEW
« no previous file with comments | « trunk/src/device/bluetooth/bluetooth_utils.h ('k') | trunk/src/device/bluetooth/bluetooth_utils_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698