| Index: base/guid_unittest.cc
|
| diff --git a/chrome/common/guid_unittest.cc b/base/guid_unittest.cc
|
| similarity index 92%
|
| rename from chrome/common/guid_unittest.cc
|
| rename to base/guid_unittest.cc
|
| index 628bafca7c4764a3923827f4ea60b2e4f0b538fa..2d674f3d4692b774a9605caf81884c96f9d9bdd2 100644
|
| --- a/chrome/common/guid_unittest.cc
|
| +++ b/base/guid_unittest.cc
|
| @@ -1,8 +1,8 @@
|
| -// Copyright (c) 2010 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/common/guid.h"
|
| +#include "base/guid.h"
|
|
|
| #include <limits>
|
|
|
|
|