summaryrefslogtreecommitdiffstats
path: root/chrome/browser/debugger
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-11 16:01:31 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-11 16:01:31 +0000
commitb20c447c5d17bb563498c710445627ae4bfb6137 (patch)
tree0163ab1720829042ff4379f5d95eba6f80b9391e /chrome/browser/debugger
parentb1be3a92b2baa8592f66f4ff96492f79e6e70dc5 (diff)
downloadchromium_src-b20c447c5d17bb563498c710445627ae4bfb6137.zip
chromium_src-b20c447c5d17bb563498c710445627ae4bfb6137.tar.gz
chromium_src-b20c447c5d17bb563498c710445627ae4bfb6137.tar.bz2
base: Remove using declaration of FundamentalValue as it's no longer necessary.
BUG=None TEST=None R=evan@chromium.org Review URL: http://codereview.chromium.org/7619006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96400 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/debugger')
-rw-r--r--chrome/browser/debugger/devtools_window.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/debugger/devtools_window.cc b/chrome/browser/debugger/devtools_window.cc
index a1a2a71..52e2d13b 100644
--- a/chrome/browser/debugger/devtools_window.cc
+++ b/chrome/browser/debugger/devtools_window.cc
@@ -373,7 +373,7 @@ void DevToolsWindow::UpdateFrontendAttachedState() {
void DevToolsWindow::AddDevToolsExtensionsToClient() {
if (inspected_tab_) {
- FundamentalValue tabId(
+ base::FundamentalValue tabId(
inspected_tab_->restore_tab_helper()->session_id().id());
CallClientFunction(ASCIIToUTF16("WebInspector.setInspectedTabId"), tabId);
}