Index: chrome/browser/extensions/api/networking_private/networking_private_crypto.h |
diff --git a/chrome/common/extensions/api/networking_private/networking_private_crypto.h b/chrome/browser/extensions/api/networking_private/networking_private_crypto.h |
similarity index 89% |
rename from chrome/common/extensions/api/networking_private/networking_private_crypto.h |
rename to chrome/browser/extensions/api/networking_private/networking_private_crypto.h |
index fd1475b3fee45e59f8899e86f31223bad755c94c..ede765a7d87b17a240ca92e1ccfaeeda036c65a0 100644 |
--- a/chrome/common/extensions/api/networking_private/networking_private_crypto.h |
+++ b/chrome/browser/extensions/api/networking_private/networking_private_crypto.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_EXTENSIONS_API_NETWORKING_PRIVATE_NETWORKING_PRIVATE_CRYPTO_H_ |
-#define CHROME_COMMON_EXTENSIONS_API_NETWORKING_PRIVATE_NETWORKING_PRIVATE_CRYPTO_H_ |
+#ifndef CHROME_BROWSER_EXTENSIONS_API_NETWORKING_PRIVATE_NETWORKING_PRIVATE_CRYPTO_H_ |
+#define CHROME_BROWSER_EXTENSIONS_API_NETWORKING_PRIVATE_NETWORKING_PRIVATE_CRYPTO_H_ |
#include <stdint.h> |
@@ -58,4 +58,4 @@ bool DecryptByteString(const std::string& private_key_pem, |
} // namespace networking_private_crypto |
-#endif // CHROME_COMMON_EXTENSIONS_API_NETWORKING_PRIVATE_NETWORKING_PRIVATE_CRYPTO_H_ |
+#endif // CHROME_BROWSER_EXTENSIONS_API_NETWORKING_PRIVATE_NETWORKING_PRIVATE_CRYPTO_H_ |