| Index: extensions/renderer/content_watcher.h
|
| diff --git a/chrome/renderer/extensions/content_watcher.h b/extensions/renderer/content_watcher.h
|
| similarity index 93%
|
| rename from chrome/renderer/extensions/content_watcher.h
|
| rename to extensions/renderer/content_watcher.h
|
| index 8eb2289f05fd27eb792ba85855e8f92922526027..db6bfaa87fb7eae48204ce5e7d577a8d8801fef3 100644
|
| --- a/chrome/renderer/extensions/content_watcher.h
|
| +++ b/extensions/renderer/content_watcher.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_RENDERER_EXTENSIONS_CONTENT_WATCHER_H_
|
| -#define CHROME_RENDERER_EXTENSIONS_CONTENT_WATCHER_H_
|
| +#ifndef EXTENSIONS_RENDERER_CONTENT_WATCHER_H_
|
| +#define EXTENSIONS_RENDERER_CONTENT_WATCHER_H_
|
|
|
| #include <map>
|
| #include <set>
|
| @@ -68,4 +68,4 @@ class ContentWatcher {
|
|
|
| } // namespace extensions
|
|
|
| -#endif // CHROME_RENDERER_EXTENSIONS_CONTENT_WATCHER_H_
|
| +#endif // EXTENSIONS_RENDERER_CONTENT_WATCHER_H_
|
|
|