| Index: extensions/browser/api/networking_private/networking_private_linux.h
|
| diff --git a/chrome/browser/extensions/api/networking_private/networking_private_linux.h b/extensions/browser/api/networking_private/networking_private_linux.h
|
| similarity index 97%
|
| rename from chrome/browser/extensions/api/networking_private/networking_private_linux.h
|
| rename to extensions/browser/api/networking_private/networking_private_linux.h
|
| index a9497b41ec18cc2a25a3ad6b8148c3fc160e40a2..80ee615a62018d597dab1bba88f84eb31113f223 100644
|
| --- a/chrome/browser/extensions/api/networking_private/networking_private_linux.h
|
| +++ b/extensions/browser/api/networking_private/networking_private_linux.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_EXTENSIONS_API_NETWORKING_PRIVATE_NETWORKING_PRIVATE_LINUX_H_
|
| -#define CHROME_BROWSER_EXTENSIONS_API_NETWORKING_PRIVATE_NETWORKING_PRIVATE_LINUX_H_
|
| +#ifndef EXTENSIONS_BROWSER_API_NETWORKING_PRIVATE_NETWORKING_PRIVATE_LINUX_H_
|
| +#define EXTENSIONS_BROWSER_API_NETWORKING_PRIVATE_NETWORKING_PRIVATE_LINUX_H_
|
|
|
| #include <string>
|
| #include <vector>
|
| @@ -11,8 +11,8 @@
|
| #include "base/memory/linked_ptr.h"
|
| #include "base/message_loop/message_loop.h"
|
| #include "base/threading/thread.h"
|
| -#include "chrome/browser/extensions/api/networking_private/networking_private_delegate.h"
|
| #include "components/keyed_service/core/keyed_service.h"
|
| +#include "extensions/browser/api/networking_private/networking_private_delegate.h"
|
|
|
| namespace context {
|
| class BrowserContext;
|
| @@ -260,4 +260,4 @@ class NetworkingPrivateLinux : public NetworkingPrivateDelegate {
|
|
|
| } // namespace extensions
|
|
|
| -#endif // CHROME_BROWSER_EXTENSIONS_API_NETWORKING_PRIVATE_NETWORKING_PRIVATE_LINUX_H_
|
| +#endif // EXTENSIONS_BROWSER_API_NETWORKING_PRIVATE_NETWORKING_PRIVATE_LINUX_H_
|
|
|