| Index: chrome/common/search/ntp_logging_events.h
|
| diff --git a/chrome/common/ntp_logging_events.h b/chrome/common/search/ntp_logging_events.h
|
| similarity index 91%
|
| rename from chrome/common/ntp_logging_events.h
|
| rename to chrome/common/search/ntp_logging_events.h
|
| index be1bfeef6358ab75c2b94edd9b4cbed86ddf11fe..edad751279778dd21ab18b223e25b1245fe60c0e 100644
|
| --- a/chrome/common/ntp_logging_events.h
|
| +++ b/chrome/common/search/ntp_logging_events.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_COMMON_NTP_LOGGING_EVENTS_H_
|
| -#define CHROME_COMMON_NTP_LOGGING_EVENTS_H_
|
| +#ifndef CHROME_COMMON_SEARCH_NTP_LOGGING_EVENTS_H_
|
| +#define CHROME_COMMON_SEARCH_NTP_LOGGING_EVENTS_H_
|
|
|
| // The different types of events that are logged from the NTP. This enum is used
|
| // to transfer information from the NTP javascript to the renderer and is not
|
| @@ -49,4 +49,4 @@ enum NTPLoggingEventType {
|
| NTP_EVENT_TYPE_LAST = NTP_TILE_LOADED
|
| };
|
|
|
| -#endif // CHROME_COMMON_NTP_LOGGING_EVENTS_H_
|
| +#endif // CHROME_COMMON_SEARCH_NTP_LOGGING_EVENTS_H_
|
|
|