Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / renderer_host / pepper / device_id_fetcher.h
index 21acb10..79001a2 100644 (file)
@@ -63,8 +63,7 @@ class DeviceIDFetcher : public base::RefCountedThreadSafe<DeviceIDFetcher> {
 
   // Runs the callback passed into Start() on the IO thread with the device ID
   // or the empty string on failure.
-  void RunCallbackOnIOThread(const std::string& id,
-                             int32_t result);
+  void RunCallbackOnIOThread(const std::string& id, int32_t result);
 
   friend class base::RefCountedThreadSafe<DeviceIDFetcher>;