| Index: chrome/test/chromedriver/performance_logger.h
|
| diff --git a/chrome/test/chromedriver/chrome/performance_logger.h b/chrome/test/chromedriver/performance_logger.h
|
| similarity index 87%
|
| rename from chrome/test/chromedriver/chrome/performance_logger.h
|
| rename to chrome/test/chromedriver/performance_logger.h
|
| index b9cc8a14104a633bd4ecccbe9bd78d302934f8e9..0c05ed084857f70a44a60a1e66691c2fe7e83c5d 100644
|
| --- a/chrome/test/chromedriver/chrome/performance_logger.h
|
| +++ b/chrome/test/chromedriver/performance_logger.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_TEST_CHROMEDRIVER_CHROME_PERFORMANCE_LOGGER_H_
|
| -#define CHROME_TEST_CHROMEDRIVER_CHROME_PERFORMANCE_LOGGER_H_
|
| +#ifndef CHROME_TEST_CHROMEDRIVER_PERFORMANCE_LOGGER_H_
|
| +#define CHROME_TEST_CHROMEDRIVER_PERFORMANCE_LOGGER_H_
|
|
|
| #include "base/basictypes.h"
|
| #include "base/compiler_specific.h"
|
| @@ -37,4 +37,4 @@ class PerformanceLogger : public DevToolsEventListener {
|
| DISALLOW_COPY_AND_ASSIGN(PerformanceLogger);
|
| };
|
|
|
| -#endif // CHROME_TEST_CHROMEDRIVER_CHROME_PERFORMANCE_LOGGER_H_
|
| +#endif // CHROME_TEST_CHROMEDRIVER_PERFORMANCE_LOGGER_H_
|
|
|