Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(15)

Unified Diff: extensions/browser/api/networking_private/networking_private_linux.h

Issue 870163002: Move networking_private to src/extensions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix GN 2 Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698