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

Side by Side Diff: dbus/object_proxy.h

Issue 14272007: Update the remaining include paths of base/string_piece.h to its new location. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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
« no previous file with comments | « crypto/sha2.h ('k') | dbus/object_proxy.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 (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 #ifndef DBUS_OBJECT_PROXY_H_ 5 #ifndef DBUS_OBJECT_PROXY_H_
6 #define DBUS_OBJECT_PROXY_H_ 6 #define DBUS_OBJECT_PROXY_H_
7 7
8 #include <dbus/dbus.h> 8 #include <dbus/dbus.h>
9 9
10 #include <map> 10 #include <map>
11 #include <set> 11 #include <set>
12 #include <string> 12 #include <string>
13 13
14 #include "base/callback.h" 14 #include "base/callback.h"
15 #include "base/memory/ref_counted.h" 15 #include "base/memory/ref_counted.h"
16 #include "base/string_piece.h" 16 #include "base/strings/string_piece.h"
17 #include "base/time.h" 17 #include "base/time.h"
18 #include "dbus/dbus_export.h" 18 #include "dbus/dbus_export.h"
19 #include "dbus/object_path.h" 19 #include "dbus/object_path.h"
20 20
21 namespace dbus { 21 namespace dbus {
22 22
23 class Bus; 23 class Bus;
24 class ErrorResponse; 24 class ErrorResponse;
25 class MethodCall; 25 class MethodCall;
26 class Response; 26 class Response;
(...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after
281 281
282 // Known name owner of the well-known bus name represnted by |service_name_|. 282 // Known name owner of the well-known bus name represnted by |service_name_|.
283 std::string service_name_owner_; 283 std::string service_name_owner_;
284 284
285 DISALLOW_COPY_AND_ASSIGN(ObjectProxy); 285 DISALLOW_COPY_AND_ASSIGN(ObjectProxy);
286 }; 286 };
287 287
288 } // namespace dbus 288 } // namespace dbus
289 289
290 #endif // DBUS_OBJECT_PROXY_H_ 290 #endif // DBUS_OBJECT_PROXY_H_
OLDNEW
« no previous file with comments | « crypto/sha2.h ('k') | dbus/object_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698