| Index: components/sync_driver/device_info.cc
|
| diff --git a/components/sync_driver/device_info.cc b/components/sync_driver/device_info.cc
|
| index b645ca9f433ffd83ae179150e8747dfa6b24b1c3..efbd4d1cbd6d928dbda565d0388be6326cfa24f3 100644
|
| --- a/components/sync_driver/device_info.cc
|
| +++ b/components/sync_driver/device_info.cc
|
| @@ -2,9 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "base/values.h"
|
| #include "components/sync_driver/device_info.h"
|
|
|
| +#include "base/values.h"
|
| +
|
| namespace sync_driver {
|
|
|
| DeviceInfo::DeviceInfo(const std::string& guid,
|
|
|