summaryrefslogtreecommitdiffstats
path: root/chrome/browser/internal_auth.h
diff options
context:
space:
mode:
authorvabr@chromium.org <vabr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-25 09:15:11 +0000
committervabr@chromium.org <vabr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-25 09:15:11 +0000
commit472ef48e91e0dc090800697a418993132617e1d2 (patch)
tree3a374a385c8e9bbbcbbb3e5c538278fca61eba13 /chrome/browser/internal_auth.h
parent31626725f3733f9086655710c2b76f7b76200f3f (diff)
downloadchromium_src-472ef48e91e0dc090800697a418993132617e1d2.zip
chromium_src-472ef48e91e0dc090800697a418993132617e1d2.tar.gz
chromium_src-472ef48e91e0dc090800697a418993132617e1d2.tar.bz2
Moving web_socket_proxy_private into a sub-dir in api/
and including it into extensions namespace. BUG=101244 TEST=ExtensionWebSocketProxyPrivateApiTest Review URL: https://chromiumcodereview.appspot.com/10445013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139011 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/internal_auth.h')
-rw-r--r--chrome/browser/internal_auth.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/chrome/browser/internal_auth.h b/chrome/browser/internal_auth.h
index b253b80..e372afd 100644
--- a/chrome/browser/internal_auth.h
+++ b/chrome/browser/internal_auth.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -11,8 +11,10 @@
#include "base/gtest_prod_util.h"
+namespace extensions {
class WebSocketProxyPrivateGetPassportForTCPFunction;
class WebSocketProxyPrivateGetURLForTCPFunction;
+} // namespace extensions
namespace browser {
@@ -59,8 +61,8 @@ class InternalAuthGeneration {
// Used only by tests.
static void GenerateNewKey();
- friend class ::WebSocketProxyPrivateGetPassportForTCPFunction;
- friend class ::WebSocketProxyPrivateGetURLForTCPFunction;
+ friend class extensions::WebSocketProxyPrivateGetPassportForTCPFunction;
+ friend class extensions::WebSocketProxyPrivateGetURLForTCPFunction;
FRIEND_TEST_ALL_PREFIXES(InternalAuthTest, BasicGeneration);
FRIEND_TEST_ALL_PREFIXES(InternalAuthTest, DoubleGeneration);