Index: chrome/browser/ui/webui/devtools_ui.cc |
diff --git a/chrome/browser/ui/webui/devtools_ui.cc b/chrome/browser/ui/webui/devtools_ui.cc |
index 983ca4d95d23f097d5a289a683a12d879bc82748..0be042219e0deb468cf14924da6b8321bbc8fba2 100644 |
--- a/chrome/browser/ui/webui/devtools_ui.cc |
+++ b/chrome/browser/ui/webui/devtools_ui.cc |
@@ -97,7 +97,7 @@ class BundledDataSource : public content::URLDataSource { |
} |
// content::URLDataSource implementation. |
- virtual std::string GetSource() OVERRIDE { |
+ virtual std::string GetSource() const OVERRIDE { |
return chrome::kChromeUIDevToolsBundledHost; |
} |
@@ -139,7 +139,7 @@ class RemoteDataSource : public content::URLDataSource { |
} |
// content::URLDataSource implementation. |
- virtual std::string GetSource() OVERRIDE { |
+ virtual std::string GetSource() const OVERRIDE { |
return chrome::kChromeUIDevToolsRemoteHost; |
} |