| Index: chrome/browser/chromeos/drive/drive_test_util.h
|
| diff --git a/chrome/browser/chromeos/drive/test_util.h b/chrome/browser/chromeos/drive/drive_test_util.h
|
| similarity index 93%
|
| rename from chrome/browser/chromeos/drive/test_util.h
|
| rename to chrome/browser/chromeos/drive/drive_test_util.h
|
| index 2e418a8b1aae86bafbbb8693171cee3da401ace3..e7904cbba8637872b37646a533baf0ecc16f7843 100644
|
| --- a/chrome/browser/chromeos/drive/test_util.h
|
| +++ b/chrome/browser/chromeos/drive/drive_test_util.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROME_BROWSER_CHROMEOS_DRIVE_TEST_UTIL_H_
|
| -#define CHROME_BROWSER_CHROMEOS_DRIVE_TEST_UTIL_H_
|
| +#ifndef CHROME_BROWSER_CHROMEOS_DRIVE_DRIVE_TEST_UTIL_H_
|
| +#define CHROME_BROWSER_CHROMEOS_DRIVE_DRIVE_TEST_UTIL_H_
|
|
|
| #include <string>
|
|
|
| @@ -81,4 +81,4 @@ class FakeNetworkChangeNotifier : public net::NetworkChangeNotifier {
|
| } // namespace test_util
|
| } // namespace drive
|
|
|
| -#endif // CHROME_BROWSER_CHROMEOS_DRIVE_TEST_UTIL_H_
|
| +#endif // CHROME_BROWSER_CHROMEOS_DRIVE_DRIVE_TEST_UTIL_H_
|
|
|